|
|
@@ -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!#%*(
|