|
|
|
@ -13,10 +13,10 @@ spring: |
|
|
|
# 主库数据源 |
|
|
|
# 主库数据源 |
|
|
|
master: |
|
|
|
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/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 |
|
|
|
username: root |
|
|
|
password: AMRrobot@13579 |
|
|
|
password: AMRrobot@13579 |
|
|
|
# password: CTlTwKgIrRVTsEHqxxx |
|
|
|
# password: CTlTwKgIrRVTsEHqxxx |
|
|
|
# 从库数据源 |
|
|
|
# 从库数据源 |
|
|
|
slave: |
|
|
|
slave: |
|
|
|
# 从数据源开关/默认关闭 |
|
|
|
# 从数据源开关/默认关闭 |
|
|
|
@ -73,7 +73,7 @@ spring: |
|
|
|
database: 1 |
|
|
|
database: 1 |
|
|
|
# 密码 |
|
|
|
# 密码 |
|
|
|
password: |
|
|
|
password: |
|
|
|
# password: 123456 |
|
|
|
# password: 123456 |
|
|
|
# 连接超时时间 |
|
|
|
# 连接超时时间 |
|
|
|
timeout: 10s |
|
|
|
timeout: 10s |
|
|
|
lettuce: |
|
|
|
lettuce: |
|
|
|
@ -97,11 +97,11 @@ third: |
|
|
|
queryAckByTaskUrl: http://169.254.61.3:8095/rest/common/queryAck |
|
|
|
queryAckByTaskUrl: http://169.254.61.3:8095/rest/common/queryAck |
|
|
|
deleteShelfUrl: http://169.254.61.3:8095/rest/common/deleteShelf |
|
|
|
deleteShelfUrl: http://169.254.61.3:8095/rest/common/deleteShelf |
|
|
|
updateTaskUrl: http://169.254.61.3:8095/rest/common/updateTask |
|
|
|
updateTaskUrl: http://169.254.61.3:8095/rest/common/updateTask |
|
|
|
# agvCreateTaskUrl: http://169.254.61.4:8095/rest/common/createTask |
|
|
|
# agvCreateTaskUrl: http://169.254.61.4:8095/rest/common/createTask |
|
|
|
# agvStatesUrl: http://169.254.61.4:8095/rest/robots/states |
|
|
|
# agvStatesUrl: http://169.254.61.4:8095/rest/robots/states |
|
|
|
# agvCancelTaskUrl: http://169.254.61.4:8095/rest/common/cancelTask |
|
|
|
# agvCancelTaskUrl: http://169.254.61.4:8095/rest/common/cancelTask |
|
|
|
# queryAckByTaskUrl: http://169.254.61.4:8095/rest/common/queryAck |
|
|
|
# queryAckByTaskUrl: http://169.254.61.4:8095/rest/common/queryAck |
|
|
|
# deleteShelfUrl: http://169.254.61.4:8095/rest/common/deleteShelf |
|
|
|
# deleteShelfUrl: http://169.254.61.4:8095/rest/common/deleteShelf |
|
|
|
# ess接口 |
|
|
|
# ess接口 |
|
|
|
essTaskDistributionUrl: http://210.21.218.14:60354/task/create |
|
|
|
essTaskDistributionUrl: http://210.21.218.14:60354/task/create |
|
|
|
essTaskCancelUrl: http://210.21.218.14:60354/task/cancel |
|
|
|
essTaskCancelUrl: http://210.21.218.14:60354/task/cancel |
|
|
|
|