|
|
|
@ -19,10 +19,9 @@ server:
|
|
|
|
|
# SAP接口
|
|
|
|
|
sap:
|
|
|
|
|
# URL前缀
|
|
|
|
|
prefix: http://soaqas.aucma.com:8011
|
|
|
|
|
prefix: http://soa.aucma.com:8011
|
|
|
|
|
username: mes05
|
|
|
|
|
password: Abcd1234
|
|
|
|
|
|
|
|
|
|
password: HnMes@2o23
|
|
|
|
|
|
|
|
|
|
# 数据源配置
|
|
|
|
|
spring:
|
|
|
|
@ -41,7 +40,7 @@ spring:
|
|
|
|
|
# redis 配置
|
|
|
|
|
redis:
|
|
|
|
|
# 地址
|
|
|
|
|
host: 175.27.215.92
|
|
|
|
|
host: localhost
|
|
|
|
|
# 端口,默认为6379
|
|
|
|
|
port: 6379
|
|
|
|
|
# 数据库索引
|
|
|
|
@ -66,15 +65,15 @@ spring:
|
|
|
|
|
druid:
|
|
|
|
|
# 主库数据源
|
|
|
|
|
master:
|
|
|
|
|
url: jdbc:oracle:thin:@175.27.215.92:1521/helowin
|
|
|
|
|
username: aucma_mes
|
|
|
|
|
url: jdbc:oracle:thin:@10.100.72.20:1521/ORCLCDB
|
|
|
|
|
username: c##aucma_mes
|
|
|
|
|
password: aucma
|
|
|
|
|
# 从库数据源
|
|
|
|
|
slave:
|
|
|
|
|
# 从数据源开关/默认关闭
|
|
|
|
|
enabled: true
|
|
|
|
|
url: jdbc:oracle:thin:@175.27.215.92:1521/helowin
|
|
|
|
|
username: aucma_scada
|
|
|
|
|
url: jdbc:oracle:thin:@10.100.72.20:1521/ORCLCDB
|
|
|
|
|
username: c##aucma_scada
|
|
|
|
|
password: aucma
|
|
|
|
|
# 初始连接数
|
|
|
|
|
initialSize: 5
|
|
|
|
@ -99,7 +98,7 @@ spring:
|
|
|
|
|
testWhileIdle: true
|
|
|
|
|
testOnBorrow: false
|
|
|
|
|
testOnReturn: false
|
|
|
|
|
webStatFilter:
|
|
|
|
|
webStatFilter:
|
|
|
|
|
enabled: true
|
|
|
|
|
statViewServlet:
|
|
|
|
|
enabled: true
|
|
|
|
|