Skip to content

micro jdbc : Configuring a datasource

johnmcclean-aol edited this page Dec 10, 2015 · 2 revisions

Configuring a datasource

micro-jdbc works with Microserver datasource plugins such as micro-hikaricp or micro-dbcp. The following properties can be used to configure the datasource

db.connection.username: username
db.connection.password: password
db.connection.hibernate.showsql:showSql
db.connection.dialect:dialect
db.connection.ddl.auto:ddlAuto - create-drop, update etc
db.connection.generate.ddl:default is false
db.connection.max.pool.size:maxPoolSize - default is 100