1
This commit is contained in:
@@ -51,8 +51,6 @@ spring:
|
||||
messages:
|
||||
# 国际化资源文件路径
|
||||
basename: i18n/messages
|
||||
profiles:
|
||||
active: druid
|
||||
# 文件上传
|
||||
servlet:
|
||||
multipart:
|
||||
@@ -68,9 +66,9 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.8.88
|
||||
host: 134.175.126.60
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
port: 36379
|
||||
# 数据库索引
|
||||
database: 9
|
||||
# 密码
|
||||
@@ -94,7 +92,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://192.168.8.88:3306/jd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://134.175.126.60:33306/jd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: mysql_7sjTXH
|
||||
# 从库数据源
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring配置
|
||||
spring:
|
||||
profiles:
|
||||
active: prod
|
||||
active: dev
|
||||
|
||||
Reference in New Issue
Block a user