jdbc-mysql.properties 370 B

1234567891011
  1. jdbc.driverClassName=com.mysql.jdbc.Driver
  2. jdbc.db_0.url=jdbc:mysql://127.0.0.1:3306/disconf?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&rewriteBatchedStatements=false
  3. jdbc.db_0.username=root
  4. jdbc.db_0.password=123456
  5. jdbc.maxPoolSize=20
  6. jdbc.minPoolSize=10
  7. jdbc.initialPoolSize=10
  8. jdbc.idleConnectionTestPeriod=1200
  9. jdbc.maxIdleTime=3600