no commit message
This commit is contained in:
parent
9879abb4f1
commit
845bcda758
@ -6,9 +6,9 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://101.200.41.149:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://39.100.2.138:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: root
|
||||
password: MRyyserver2019
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
@ -60,11 +60,11 @@ spring:
|
||||
# Redis数据库索引(默认为0)
|
||||
database: 13
|
||||
# 地址
|
||||
host: localhost
|
||||
host: 39.100.2.138
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# Redis服务器连接密码(默认为空)
|
||||
password: jzmryy007
|
||||
password: MRyyredis2019
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
@ -6,7 +6,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://39.100.2.138:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: MRyyserver2019
|
||||
# 从库数据源
|
||||
@ -60,7 +60,7 @@ spring:
|
||||
# Redis数据库索引(默认为0)
|
||||
database: 10
|
||||
# 地址
|
||||
host: localhost
|
||||
host: 39.100.2.138
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# Redis服务器连接密码(默认为空)
|
||||
|
@ -42,7 +42,7 @@ spring:
|
||||
# 国际化资源文件路径
|
||||
basename: i18n/messages
|
||||
profiles:
|
||||
active: dev
|
||||
active: druid
|
||||
# 文件上传
|
||||
servlet:
|
||||
multipart:
|
||||
|
Loading…
x
Reference in New Issue
Block a user