|
|
@@ -30,14 +30,14 @@ spring:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
url: jdbc:mysql://cd-cdb-7f33sq06.sql.tencentcdb.com:20329/fs_ffhx_shop?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
- password: Ylrz_1q2w3e4r5t6y
|
|
|
+ username: fhhxadmin
|
|
|
+ password: fhhx_1q0p2w9o3e8i
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|
|
|
url: jdbc:mysql://cd-cdb-7f33sq06.sql.tencentcdb.com:20329?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
- password: Ylrz_1q2w3e4r5t6y
|
|
|
+ username: fhhxadmin
|
|
|
+ password: fhhx_1q0p2w9o3e8i
|
|
|
# 初始连接数
|
|
|
initialSize: 5
|
|
|
# 最小连接池数量
|
|
|
@@ -87,4 +87,4 @@ rocketmq:
|
|
|
consumer:
|
|
|
group: common-group
|
|
|
access-key: ak16b45v4p9n150d89395b3c # 替换为实际的 accessKey
|
|
|
- secret-key: sk370fb48d869b152b # 替换为实际的 secretKey
|
|
|
+ secret-key: sk370fb48d869b152b # 替换为实际的 secretKey
|