update ruoyi-admin/src/main/resources/application-druid.yml.

This commit is contained in:
qiaona 2026-04-09 10:39:47 +00:00 committed by Gitee
parent a50d495d4f
commit 5f44d57090
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -8,7 +8,7 @@ spring:
master:
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: password
password: 123456
# 从库数据源
slave:
# 从数据源开关/默认关闭