fix(admin): 更新druid数据源配置的数据库地址和密码

将本地测试数据库切换为远程服务器数据库,修改了连接地址、端口和登录密码
This commit is contained in:
2026-06-03 20:10:41 +08:00
parent d06f4be3e8
commit 2e949b3947
2 changed files with 1332 additions and 2 deletions

View File

@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://49.232.154.205:13306/ryvue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
username: root
password: 135827
password: Root@12345
# 从库数据源
slave:
# 从数据源开关/默认关闭

1330
sql/init/ry-vue.sql Normal file

File diff suppressed because it is too large Load Diff