
s.libs.sql.2.0.1.source-code.dbconfig.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql Show documentation
Show all versions of sql Show documentation
The lib of java database ORM simple implementation.
The newest version!
#driver name
DRIVER=com.mysql.jdbc.Driver
#database url
URL=jdbc:mysql://localhost:3306/opendb
#database user
USERNAME=root
#database pass
#USERPWD=P@ssw0rd
USERPWD=123456
#database dialect
DIALECT=MYSQL
#whether use connection pool or not
USEPOOL=true
#connection pool management class
POOL_CLASS=com.openthinks.libs.sql.MyConnectionPool
© 2015 - 2025 Weber Informatics LLC | Privacy Policy