|
|
@@ -1,24 +0,0 @@
|
|
|
-{
|
|
|
- "driverClassName":"oracle.jdbc.driver.OracleDriver",
|
|
|
- "url":"jdbc:oracle:thin:@192.168.253.6:1521:orcl",
|
|
|
- "username":"uuplatformdemo",
|
|
|
- "password":"selectuuplatform",
|
|
|
- "initialSize":3,
|
|
|
- "minIdle":0,
|
|
|
- "maxActive":20,
|
|
|
- "maxWait":60000,
|
|
|
- "timeBetweenEvictionRunsMillis":60000,
|
|
|
- "minEvictableIdleTimeMillis":300000,
|
|
|
- "validationQuery":"SELECT 1 FROM DUAL",
|
|
|
- "testWhileIdle":true,
|
|
|
- "testOnBorrow":true,
|
|
|
- "testOnReturn":false,
|
|
|
- "removeAbandoned":true,
|
|
|
- "removeAbandonedTimeout":120,
|
|
|
- "logAbandoned":true,
|
|
|
- "timeBetweenLogStatsMillis":60000,
|
|
|
- "poolPreparedStatements":true,
|
|
|
- "maxPoolPreparedStatementPerConnectionSize":20,
|
|
|
- "filters":"stat,log4j",
|
|
|
- "connectionProperties":"druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000"
|
|
|
-}
|