|
@@ -3,8 +3,15 @@
|
|
|
<!--DB Connection Attributes Config BEGIN-->
|
|
|
<extension element-class="com.trs.infra.persistent.db.DBConnectionConfigs"
|
|
|
id="DbConnection">
|
|
|
- <!-- DBConnections default="MySQL.HZ.JYJ"-->
|
|
|
- <DBConnections default="MySQLGZ">
|
|
|
+ <DBConnections default="MySQL">
|
|
|
+ <DBConnect name="MySQL" className="com.trs.infra.util.database.MysqlDB"
|
|
|
+ dowithClob="false"
|
|
|
+ connectionURL="jdbc:mysql://127.0.0.1:3306/mlfdb?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull"
|
|
|
+ connectionUser="root" connectionPassword="trs0401"
|
|
|
+ initConnects="30" maxConnects="50"
|
|
|
+ waitIfBusy="true" cacheScheme="FIXED_WAIT"
|
|
|
+ traceAssign="true" timeToLiveOverUse="20000"
|
|
|
+ testOnAssign="true" testSQL="select 1"/>
|
|
|
|
|
|
<DBConnect name="SQLServer" className="com.trs.infra.util.database.SQLServerDB"
|
|
|
dowithClob="false"
|
|
@@ -36,27 +43,6 @@
|
|
|
connectionURL="jdbc:db2://127.0.0.1:3306/wcm70"
|
|
|
connectionUser="root" connectionPassword="EncrypteddHJzYWRtaW4."
|
|
|
initConnects="5" maxConnects="20" waitIfBusy="true" cacheScheme="DYNAMIC_GROW" traceAssign="true" timeToLiveOverUse="2000"/>
|
|
|
- <DBConnect name="MySQL" className="com.trs.infra.util.database.MysqlDB"
|
|
|
- dowithClob="false" connectionURL="jdbc:mysql://127.0.0.1:3306/mlfdb?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull"
|
|
|
- connectionUser="root" connectionPassword="trs@mlf.028"
|
|
|
- initConnects="5" maxConnects="20" waitIfBusy="true" cacheScheme="DYNAMIC_GROW" traceAssign="true" timeToLiveOverUse="2000"/>
|
|
|
- <DBConnect name="MySQLGZ" className="com.trs.infra.util.database.MysqlDB"
|
|
|
- dowithClob="false" connectionURL="jdbc:mysql://47.95.2.31:3307/trs_new_cmwcm?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull"
|
|
|
- connectionUser="trsch" connectionPassword="tRs@ch.028"
|
|
|
- initConnects="30" maxConnects="50"
|
|
|
- waitIfBusy="true" cacheScheme="FIXED_WAIT"
|
|
|
- traceAssign="true" timeToLiveOverUse="20000"
|
|
|
- testOnAssign="true" testSQL="select 1"/>
|
|
|
-
|
|
|
- <DBConnect name="MySQL.HZ.JYJ" className="com.trs.infra.util.database.MysqlDB"
|
|
|
- dowithClob="false" connectionURL="jdbc:mysql://47.95.2.31:13306/xcwcm?connectTimeout=60000&socketTimeout=60000&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull"
|
|
|
- connectionUser="trsch" connectionPassword="tRs@ch.028"
|
|
|
- initConnects="5" maxConnects="20" waitIfBusy="true" cacheScheme="DYNAMIC_GROW" traceAssign="true" timeToLiveOverUse="2000"/>
|
|
|
-
|
|
|
- <DBConnect name="MySQLSZ" className="com.trs.infra.util.database.MysqlDB"
|
|
|
- dowithClob="false" connectionURL="jdbc:mysql://47.95.2.31:3307/trswcm?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull"
|
|
|
- connectionUser="trsch" connectionPassword="tRs@ch.028"
|
|
|
- initConnects="5" maxConnects="20" waitIfBusy="true" cacheScheme="DYNAMIC_GROW" traceAssign="true" timeToLiveOverUse="2000"/>
|
|
|
<DBConnect name="KingBase" className="com.trs.infra.util.database.KingBaseDB"
|
|
|
dowithClob="false"
|
|
|
connectionURL="jdbc:kingbase://127.0.0.1:3306/wcm70:ClientEncode=UNICODE"
|