From 6e7b6dbd76c9c6356e5846c5bb82a132a3f731db Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期一, 29 九月 2025 17:07:20 +0800 Subject: [PATCH] 最新版本541200007 --- server/system_timer/src/main/resources/application-dev.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/system_timer/src/main/resources/application-dev.yml b/server/system_timer/src/main/resources/application-dev.yml index 32ebed1..ce7c96f 100644 --- a/server/system_timer/src/main/resources/application-dev.yml +++ b/server/system_timer/src/main/resources/application-dev.yml @@ -1,9 +1,9 @@ spring: # 鏁版嵁婧愰厤缃� datasource: - url: jdbc:mysql://112.26.66.25:3306/wuhuyancao?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://192.168.0.211:3306/wuhuyancao?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai username: root - password: Doumee@168&QWERT + password: Doumee@168 driver-class-name: com.mysql.cj.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource redis: -- Gitblit v1.9.3