From 8b3313c5b26855355b40067eeb3678fd3476baf1 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 18 二月 2025 10:38:58 +0800 Subject: [PATCH] 同步摆渡文件先登录 --- ruoyi-admin/src/main/resources/application-dev.yml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index 8b4ae91..d31c6b9 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -43,9 +43,9 @@ driverClassName: com.mysql.cj.jdbc.Driver # jdbc 鎵�鏈夊弬鏁伴厤缃弬鑰� https://lionli.blog.csdn.net/article/details/122018562 # rewriteBatchedStatements=true 鎵瑰鐞嗕紭鍖� 澶у箙鎻愬崌鎵归噺鎻掑叆鏇存柊鍒犻櫎鎬ц兘(瀵规暟鎹簱鏈夋�ц兘鎹熻�� 浣跨敤鎵归噺鎿嶄綔搴旇�冭檻鎬ц兘闂) - url: jdbc:mysql://123.207.71.245:13306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true + url: jdbc:mysql://101.35.247.188:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true username: root - password: 234#Wersdf! + password: ycl@202466 # 浠庡簱鏁版嵁婧� slave: lazy: true @@ -96,9 +96,9 @@ spring.data: redis: # 鍦板潃 - host: 162.14.79.111 + host: 127.0.0.1 # 绔彛锛岄粯璁や负6379 - port: 16379 + port: 6379 password: 234#Wersdf! # 鏁版嵁搴撶储寮� database: 0 @@ -129,7 +129,7 @@ # 鍛戒护绛夊緟瓒呮椂锛屽崟浣嶏細姣 timeout: 3000 # 鍙戝竷鍜岃闃呰繛鎺ユ睜澶у皬 - subscriptionConnectionPoolSize: 50 + subscriptionConnectionPoolSize: 100 --- # mail 閭欢鍙戦�� mail: -- Gitblit v1.8.0