Browse Source

revise datasource setting

master
shihxuancheng 5 years ago
parent
commit
bab1fa1394
1 changed files with 2 additions and 2 deletions
  1. 4
      wildfly_tml_txgw/config/standalone.xml

4
wildfly_tml_txgw/config/standalone.xml

@ -150,7 +150,7 @@
</datasource>
<!-- TXGW PROD DB -->
<datasource jta="true" jndi-name="java:/OraWhltTXGW7DS" pool-name="OraWhltTXGW7DS" enabled="true" use-ccm="true">
<connection-url>jdbc:oracle:thin:@txgw5.wanhai.com:1521:whlt</connection-url>
<connection-url>jdbc:oracle:thin:@txgw7.wanhai.com:1521:whlt</connection-url>
<driver-class>oracle.jdbc.OracleDriver</driver-class>
<driver>oracle</driver>
<security>
@ -166,7 +166,7 @@
</datasource>
<!-- TXGW UAT DB -->
<datasource jta="true" jndi-name="java:/OraWhltTXGW58DS" pool-name="OraWhltTXGW58DS" enabled="true" use-ccm="true">
<connection-url>jdbc:oracle:thin:@txgw6.wanhai.com:1521:whlt</connection-url>
<connection-url>jdbc:oracle:thin:@txgw58.wanhai.com:1521:whlt</connection-url>
<driver-class>oracle.jdbc.OracleDriver</driver-class>
<driver>oracle</driver>
<security>

Loading…
Cancel
Save