|
|
@@ -47,12 +47,12 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
-# url: jdbc:mysql://139.186.165.84:3306/ruixuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
-# username: hcst
|
|
|
-# password: hcst@2020
|
|
|
- url: jdbc:mysql://139.186.27.96:3390/ruixuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
- username: data
|
|
|
- password: hcst@2021
|
|
|
+ url: jdbc:mysql://139.186.165.84:3306/ruixuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ username: hcst
|
|
|
+ password: hcst@2020
|
|
|
+ # url: jdbc:mysql://139.186.27.96:3390/ruixuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ # username: data
|
|
|
+ # password: hcst@2021
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|
|
|
@@ -190,6 +190,6 @@ promoter:
|
|
|
#启动宇鹏清洗数据的服务IP
|
|
|
start_ip_path: http://192.168.0.202:9999/
|
|
|
#内网数据库服务IP
|
|
|
- internal_ip_path: http://192.168.1.143:7006/material/
|
|
|
+ internal_ip_path: http://api.tjyourong.com.cn/material/
|
|
|
|
|
|
|