修改数据库
This commit is contained in:
parent
da663fff45
commit
27737c0cb9
@ -6,9 +6,13 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://182.40.196.154:3306/wumei2.4-test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
#url: jdbc:mysql://182.40.196.154:3306/wumei2.4-test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: wumei2.4-test
|
#username: wumei2.4-test
|
||||||
password: JyRiZbFSZZiJBrSa
|
#password: JyRiZbFSZZiJBrSa
|
||||||
|
url: jdbc:mysql://w.hanzhenyun.com:3306/wumei2.4?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
|
username: wumei2.4
|
||||||
|
password: rtB8EhbRRYSGyxHw
|
||||||
|
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
slave:
|
slave:
|
||||||
enabled: false # 从数据源开关/默认关闭
|
enabled: false # 从数据源开关/默认关闭
|
||||||
|
@ -62,8 +62,8 @@ server:
|
|||||||
spring:
|
spring:
|
||||||
# 环境配置,dev=开发环境,prod=生产环境
|
# 环境配置,dev=开发环境,prod=生产环境
|
||||||
profiles:
|
profiles:
|
||||||
# active: dev # 环境配置,dev=开发环境,prod=生产环境
|
active: dev # 环境配置,dev=开发环境,prod=生产环境
|
||||||
active: prod # 环境配置,dev=开发环境,prod=生产环境
|
#active: prod # 环境配置,dev=开发环境,prod=生产环境
|
||||||
# 资源信息
|
# 资源信息
|
||||||
messages:
|
messages:
|
||||||
# 国际化资源文件路径
|
# 国际化资源文件路径
|
||||||
|
Loading…
x
Reference in New Issue
Block a user