From f9504e80579c35586c2adb0f2e4a384d31aac22f Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 26 三月 2025 03:44:20 +0800 Subject: [PATCH] 任务统计bug --- start/src/main/resources/application-prod.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/start/src/main/resources/application-prod.yml b/start/src/main/resources/application-prod.yml index 7f580e0..d86f683 100644 --- a/start/src/main/resources/application-prod.yml +++ b/start/src/main/resources/application-prod.yml @@ -18,13 +18,13 @@ # redis 閰嶇疆 redis: # 鍦板潃 - host: 192.168.16.237 + host: 42.193.1.25 # 绔彛锛岄粯璁や负6379 port: 6379 # 鏁版嵁搴撶储寮� database: 2 # 瀵嗙爜 - password: Redis@r + password: ycl2018 # 杩炴帴瓒呮椂鏃堕棿 timeout: 10s lettuce: @@ -43,7 +43,7 @@ druid: # 涓诲簱鏁版嵁婧� master: - url: jdbc:mysql://192.168.16.237:3306/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://221.237.224.33:8066/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true username: root password: Mysql@my # 浠庡簱鏁版嵁婧� -- Gitblit v1.8.0