Browse Source

修改jdbc配置

suntg 7 years ago
parent
commit
eb4598fe8c
1 changed files with 6 additions and 11 deletions
  1. 6 11
      src/main/resources/conf/jdbc.properties

+ 6 - 11
src/main/resources/conf/jdbc.properties

@@ -1,14 +1,14 @@
 jdbc.driverClassName=com.mysql.jdbc.Driver
 
 ## old
-jdbc.url=jdbc:mysql://10.10.100.18:3306/b2b_prod?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
-jdbc.username=root
-jdbc.password=select
+#jdbc.url=jdbc:mysql://10.10.100.18:3306/b2b_prod?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
+#jdbc.username=root
+#jdbc.password=select
 
 ##txcloud
-#jdbc.url=jdbc:mysql://172.21.0.2:3306/b2b_prod?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
-#jdbc.username=root
-#jdbc.password=select111***
+jdbc.url=jdbc:mysql://172.21.0.2:3306/b2b_prod?characterEncoding=UTF-8&allowMultiQueries=true&rewriteBatchedStatements=true
+jdbc.username=root
+jdbc.password=select111***
 
 jdbc.initialSize=5
 jdbc.maxActive=100
@@ -23,8 +23,3 @@ jdbc.testOmReturn=false
 jdbc.removeAbandoned=true
 jdbc.removeAbandonedTimeout=1800
 
-#manage.ubtob.com
-manage.jdbc.driverClassName=oracle.jdbc.driver.OracleDriver
-manage.jdbc.url=jdbc:oracle:thin:@192.168.253.6:1521:orcl
-manage.jdbc.username=platformmanager$test
-manage.jdbc.password=select!#%*(