update ruoyi-admin/src/main/resources/application-druid.yml.
Signed-off-by: zzyy_t36 <16328774+zzyyt36@user.noreply.gitee.com>pull/1103/head
parent
075e96466f
commit
ed01e5e957
|
|
@ -6,8 +6,8 @@ spring:
|
|||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
url: jdbc:mysql://localhost:3306
|
||||
username: localhost
|
||||
password: password
|
||||
# 从库数据源
|
||||
slave:
|
||||
|
|
|
|||
Loading…
Reference in New Issue