From b807d2644011c6b6c14332d0bb120843b2ef6985 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期日, 25 八月 2024 15:17:13 +0800
Subject: [PATCH] 工单优化

---
 ycl-server/src/main/resources/application-dev.yml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ycl-server/src/main/resources/application-dev.yml b/ycl-server/src/main/resources/application-dev.yml
index 7f977fe..c88b4d7 100644
--- a/ycl-server/src/main/resources/application-dev.yml
+++ b/ycl-server/src/main/resources/application-dev.yml
@@ -36,7 +36,7 @@
 spring:
   # 鏁版嵁婧愰厤缃�
   datasource:
-    url: jdbc:mysql://101.35.247.188/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true
+    url: jdbc:mysql://101.35.247.188/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true&allowPublicKeyRetrieval=true
     username: root
     password: ycl@202466
     type: com.alibaba.druid.pool.DruidDataSource
@@ -76,10 +76,12 @@
 spring.data:
   redis:
     # 鍦板潃
-    host: 42.193.1.25
+    #host: 42.193.1.25
+    host: 127.0.0.1
     # 绔彛锛岄粯璁や负6379
     port: 6379
-    password: ycl2018
+    #password: ycl2018
+    password:
     # 鏁版嵁搴撶储寮�
     database: 0
     # 瀵嗙爜(濡傛病鏈夊瘑鐮佽娉ㄩ噴鎺�)

--
Gitblit v1.8.0