jdbc.properties 473 B

12345678910111213141516
  1. #------------------------- jdbc config -------------------------
  2. dataBase.removeAbandoned=true
  3. dataBase.removeAbandonedTimeout=30
  4. jdbc.driverClassName=oracle.jdbc.driver.OracleDriver
  5. dataSource.initialSize=500
  6. jdbc.maxActive=700
  7. jdbc.maxIdle=50
  8. jdbc.maxWait=1000
  9. jdbc.defaultAutoCommit=true
  10. #test
  11. jdbc.url=jdbc:oracle:thin:@192.168.199.113:1521:ORCL
  12. #jdbc.url=jdbc:oracle:thin:@120.27.137.204:1521:ORCL
  13. jdbc.username=scott
  14. jdbc.password=123456
  15. #product