From 7a77328326fefc6b895bf5030b22559fef050e77 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 13 十一月 2024 11:26:27 +0800
Subject: [PATCH] prod暂时用183

---
 src/main/resources/config/application-prod.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml
index 1acb1c0..c9e5fec 100644
--- a/src/main/resources/config/application-prod.yml
+++ b/src/main/resources/config/application-prod.yml
@@ -20,7 +20,8 @@
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driver-class-name: com.highgo.jdbc.Driver
-    url: jdbc:highgo://localhost:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
+#    url: jdbc:highgo://localhost:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
+    url: jdbc:highgo://192.168.10.183:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
     username: sysdba
     password: Lmx&8688139
     maxIdel: 60

--
Gitblit v1.9.1