Commit f9910067 authored by zhuli's avatar zhuli

# 提交环境配置

parent 994608fb
...@@ -55,9 +55,9 @@ spring: ...@@ -55,9 +55,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://192.168.3.91:3406/mes_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://192.168.3.91:3406/pda_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: mes username: root
password: mes password: 123456
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
...@@ -216,7 +216,7 @@ remote: ...@@ -216,7 +216,7 @@ remote:
ep: ep:
username: rest_user username: rest_user
password: Bsn123456 password: Bsn123456
url: http://192.168.3.91:12000 url: http://192.168.3.182:12000
path: sap/bc/erp_ep/ path: sap/bc/erp_ep/
sapclient: 300 sapclient: 300
#fiegn配置连接池 #fiegn配置连接池
......
...@@ -59,9 +59,9 @@ spring: ...@@ -59,9 +59,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://192.168.3.91:3406/mes?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&serverTimezone=Asia/Shanghai url: jdbc:mysql://192.168.3.91:3406/pda_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&serverTimezone=Asia/Shanghai
username: mes username: root
password: mes password: 123456
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
...@@ -227,11 +227,11 @@ remote: ...@@ -227,11 +227,11 @@ remote:
path: sap/bc/erp_ep/ path: sap/bc/erp_ep/
sapclient: 310 sapclient: 310
ep: ep:
url: http://192.168.3.91:12000 url: http://192.168.3.182:12000
path: sap/bc/erp_ep/ path: sap/bc/erp_ep/
sapclient: 300 sapclient: 300
bpm: bpm:
url: http://192.168.3.91:8081 url: http://192.168.3.182:8081
path: topsun-xt/syncOrg/syncOrgInfo.ajax path: topsun-xt/syncOrg/syncOrgInfo.ajax
#fiegn配置连接池 #fiegn配置连接池
......
...@@ -10,7 +10,7 @@ bsn-mes: ...@@ -10,7 +10,7 @@ bsn-mes:
demoEnabled: true demoEnabled: true
# 文件路径 示例( Windows配置D:/bsn/uploadPath,Linux配置 /home/bsn/uploadPath) # 文件路径 示例( Windows配置D:/bsn/uploadPath,Linux配置 /home/bsn/uploadPath)
profile: D:/code/upload profile: D:/code/upload
downloadServerUrl: http://192.168.3.91:300 downloadServerUrl: http://192.168.3.181:300
downloadProfile: /upload downloadProfile: /upload
windowsProfile: C:\Users\1\Desktop\upload windowsProfile: C:\Users\1\Desktop\upload
linuxProfile: /mnt linuxProfile: /mnt
...@@ -60,8 +60,8 @@ spring: ...@@ -60,8 +60,8 @@ spring:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://192.168.3.91:3406/pda_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&serverTimezone=Asia/Shanghai url: jdbc:mysql://192.168.3.91:3406/pda_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&serverTimezone=Asia/Shanghai
username: mes username: root
password: mes password: 123456
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
...@@ -227,13 +227,13 @@ remote: ...@@ -227,13 +227,13 @@ remote:
path: sap/bc/erp_ep/ path: sap/bc/erp_ep/
sapclient: 300 sapclient: 300
ep: ep:
url: http://192.168.3.91:12000 url: http://192.168.3.182:12000
path: /api/itemSerial path: /api/itemSerial
sapclient: 300 sapclient: 300
token: e10adc3949ba59abbe56e057f20f883e token: e10adc3949ba59abbe56e057f20f883e
bpm: bpm:
url: http://192.168.3.91:8081 url: http://192.168.3.182:8081
path: topsun-xt/syncOrg/syncOrgInfo.ajax path: topsun-xt/syncOrg/syncOrgInfo.ajax
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment