@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
- url: jdbc:mysql://192.168.100.254:3306/suishenbang_order?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: 123456
+ url: jdbc:mysql://10.32.2.212:3306/suishenbang_order?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
+ username: root
+ password: libang
# 从库数据源
slave:
# 从数据源开关/默认关闭
@@ -12,7 +12,7 @@ ruoyi:
profile: D:/home
# 获取ip地址开关
addressEnabled: true
- cloudPath: http://127.0.0.1:8000/
+ cloudPath: http://10.32.2.212:8000/
#清空订单缓存
clearCachePath: http://ss.libang.dgtis.com/order/meta-hana-sales-order/clearCache
orderGetDataHook: http://ss.libang.dgtis.com/order/meta-hana-sales-order/orderGetDataHook