服务器配置文件

master
judy 2 years ago
parent e789dc0868
commit c3e2d8af44
  1. 16
      shkj-admin/src/main/resources/application-pro.yml

@ -13,10 +13,10 @@ spring:
# 主库数据源
master:
url: jdbc:mysql://127.0.0.1:3306/po1_wms_wcs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://127.0.0.1:3306/po1testsh?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://127.0.0.1:3306/po1testsh?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: AMRrobot@13579
# password: CTlTwKgIrRVTsEHqxxx
# password: CTlTwKgIrRVTsEHqxxx
# 从库数据源
slave:
# 从数据源开关/默认关闭
@ -73,7 +73,7 @@ spring:
database: 1
# 密码
password:
# password: 123456
# password: 123456
# 连接超时时间
timeout: 10s
lettuce:
@ -97,11 +97,11 @@ third:
queryAckByTaskUrl: http://169.254.61.3:8095/rest/common/queryAck
deleteShelfUrl: http://169.254.61.3:8095/rest/common/deleteShelf
updateTaskUrl: http://169.254.61.3:8095/rest/common/updateTask
# agvCreateTaskUrl: http://169.254.61.4:8095/rest/common/createTask
# agvStatesUrl: http://169.254.61.4:8095/rest/robots/states
# agvCancelTaskUrl: http://169.254.61.4:8095/rest/common/cancelTask
# queryAckByTaskUrl: http://169.254.61.4:8095/rest/common/queryAck
# deleteShelfUrl: http://169.254.61.4:8095/rest/common/deleteShelf
# agvCreateTaskUrl: http://169.254.61.4:8095/rest/common/createTask
# agvStatesUrl: http://169.254.61.4:8095/rest/robots/states
# agvCancelTaskUrl: http://169.254.61.4:8095/rest/common/cancelTask
# queryAckByTaskUrl: http://169.254.61.4:8095/rest/common/queryAck
# deleteShelfUrl: http://169.254.61.4:8095/rest/common/deleteShelf
# ess接口
essTaskDistributionUrl: http://210.21.218.14:60354/task/create
essTaskCancelUrl: http://210.21.218.14:60354/task/cancel

Loading…
Cancel
Save