|
|
@@ -49,12 +49,12 @@ spring:
|
|
|
primary: master
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://10.3.10.50:43306/db_yc_ship_test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
|
|
|
+ url: jdbc:mysql://10.3.10.50:43306/db_yc_ship_sx?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
|
|
|
username: root
|
|
|
password: W1ses0ft@zshl
|
|
|
slave: # 模拟从库,可根据自己需要修改
|
|
|
lazy: true # 开启懒加载,保证启动速度
|
|
|
- url: jdbc:mysql://10.3.10.50:43306/db_yc_ship_test?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
|
|
+ url: jdbc:mysql://10.3.10.50:43306/db_yc_ship_sx?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
|
|
username: root
|
|
|
password: W1ses0ft@zshl
|
|
|
|
|
|
@@ -236,7 +236,7 @@ yudao:
|
|
|
in: http://10.3.10.50:80/
|
|
|
suffixCode: QS # 票号后缀
|
|
|
notify: # 第三方通知接口
|
|
|
- insurance: ${yudao.host.out}/${yudao.web.admin-url}/notify/insurance # 保单通知接口
|
|
|
+ insurance: https://tms2.hbsxly.com/ship-ota-api/notify/insurance # 保单通知接口
|
|
|
justauth:
|
|
|
enabled: true
|
|
|
type:
|