system.properties 1014 B

123456789101112131415161718192021222324252627
  1. ######################### database setting ########################
  2. jdbc.driverClass=com.mysql.jdbc.Driver
  3. #jdbc.jdbcUrl=jdbc\:mysql\://127.0.0.1\:3306/test?useUnicode=true&characterEncoding=utf-8
  4. jdbc.jdbcUrl=jdbc\:mysql\://114.215.64.204\:3306/test?useUnicode=true&characterEncoding=utf-8
  5. #jdbc.user=root
  6. #jdbc.password=root
  7. jdbc.user=pbsage
  8. jdbc.password=Persagy_!@#2019
  9. jdbc.miniPoolSize=50
  10. jdbc.maxPoolSize=300
  11. jdbc.initialPoolSize=50
  12. jdbc.maxIdleTime=7200
  13. jdbc.acquireIncrement=10
  14. jdbc.acquireRetryAttempts=10
  15. jdbc.acquireRetryDelay=1000
  16. jdbc.testConnectionOnCheckin=true
  17. jdbc.automaticTestTable=c3p0TestTable
  18. jdbc.idleConnectionTestPeriod=3600
  19. jdbc.checkoutTimeout=10000
  20. ######################### system parameter #########################
  21. system.printSql=false
  22. system.repairTable=false
  23. system.cacheInMemory=100
  24. ######################## file parameter ############################
  25. file.storage.directory=D:/develop/file
  26. ######################## thread run set ############################
  27. thread.model=false