You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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