update - 配置文件

master
yinq 11 months ago
parent 06516fed4b
commit d84cd4bf8f

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

Loading…
Cancel
Save