All Downloads are FREE. Search and download functionalities are using the official Maven repository.

conf.database.properties Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
// ______________________________________________________
// Generated by sql2java - https://github.com/10km/sql2java-2-6-7 (custom branch) 
// modified by guyadong from
// sql2java original version https://sourceforge.net/projects/sql2java/ 
// JDBC driver used at code generation time: com.mysql.jdbc.Driver
// template: database.properties.vm
// ______________________________________________________
#configuation for database connection
#whether use debug config.set to 'true' use config with 'debug' prefix,otherwise use 'work' config.
isDebug=false

#work parameter
work.jdbc.driver=com.mysql.jdbc.Driver
work.jdbc.url=jdbc:mysql://localhost:3306/test?characterEncoding=utf8&&useInformationSchema=true
work.jdbc.username=root
work.jdbc.password=
work.c3p0.minPoolSize=10
work.c3p0.maxPoolSize=100
work.c3p0.maxIdleTime=120
work.c3p0.idleConnectionTestPeriod=120

#debug parameter
debug.jdbc.driver=com.mysql.jdbc.Driver
debug.jdbc.url=jdbc:mysql://localhost:3306/test?characterEncoding=utf8&&useInformationSchema=true
debug.jdbc.username=root
debug.jdbc.password=
debug.c3p0.minPoolSize=10
debug.c3p0.maxPoolSize=100
debug.c3p0.maxIdleTime=120
debug.c3p0.idleConnectionTestPeriod=120




© 2015 - 2025 Weber Informatics LLC | Privacy Policy