Default Changelist

master
wanghao 10 months ago
parent 83496721e0
commit 1ed0be527e

@ -6,7 +6,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:oracle:thin:@10.100.70.5:1521:aucma # url: jdbc:oracle:thin:@10.100.70.5:1521:aucma
# 10.100.70.10/NMES
url: jdbc:oracle:thin:@10.100.70.10:1521:NMES
# url: jdbc:oracle:thin:@124.70.0.226:1521:ORCL # url: jdbc:oracle:thin:@124.70.0.226:1521:ORCL
username: haiwei username: haiwei
# username: C##USERNAME # username: C##USERNAME
@ -15,7 +17,7 @@ spring:
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
enabled: true enabled: true
url: jdbc:oracle:thin:@10.100.70.5:1521:aucma url: jdbc:oracle:thin:@10.100.70.10:1521:NMES
username: imos username: imos
password: imos password: imos
# 初始连接数 # 初始连接数

Loading…
Cancel
Save