|
|
|
@ -22,9 +22,9 @@ spring:
|
|
|
|
|
druid: |
|
|
|
|
# 主库数据源 |
|
|
|
|
master: |
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/xhm_tb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
|
|
|
|
username: xhm_tb |
|
|
|
|
password: WPEHiSRXELNpnWxG |
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/bml?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
|
|
username: bml |
|
|
|
|
password: 2Ax75WmhbJWx2AhH |
|
|
|
|
# 从库数据源 |
|
|
|
|
slave: |
|
|
|
|
# 从数据源开关/默认关闭 |
|
|
|
@ -123,7 +123,7 @@ pay:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minio: |
|
|
|
|
url: http://47.108.67.157:9000 # 服务器地址 |
|
|
|
|
url: http://47.108.88.80:9000 # 服务器地址 |
|
|
|
|
accessKey: minio #账号 |
|
|
|
|
secretKey: 123123123 #密码 |
|
|
|
|
bucketName: files #存储桶 |
|
|
|
|