- #------------------------- jdbc config -------------------------
- dataBase.removeAbandoned=true
- dataBase.removeAbandonedTimeout=30
- jdbc.driverClassName=oracle.jdbc.driver.OracleDriver
- dataSource.initialSize=500
- jdbc.maxActive=700
- jdbc.maxIdle=50
- jdbc.maxWait=1000
- jdbc.defaultAutoCommit=true
- #test
- jdbc.url=jdbc:oracle:thin:@192.168.199.113:1521:ORCL
- #jdbc.url=jdbc:oracle:thin:@120.27.137.204:1521:ORCL
- jdbc.username=scott
- jdbc.password=123456
- #product
|