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

c.0.0.6.source-code.jdbc.properties Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
jdbc.all=test1
jdbc.multiQueries=true
jdbc.queryTimeout=5

#default
jdbc.datasource.driverClassName=com.mysql.jdbc.Driver
jdbc.datasource.url=jdbc:mysql://localhost:3306/test
jdbc.datasource.username=root
jdbc.datasource.password=123456
jdbc.datasource.initialSize=4

#test1
jdbc.datasource.test1.driverClassName=com.mysql.jdbc.Driver
jdbc.datasource.test1.url=jdbc:mysql://localhost:3306/test1
jdbc.datasource.test1.username=root
jdbc.datasource.test1.password=123456
jdbc.datasource.test1.initialSize=4




© 2015 - 2025 Weber Informatics LLC | Privacy Policy