Database
Currently, Kouncil supports two databases:
PostgreSQL
H2
If no database is specified with below properties, H2 in-memory database will be used.
Configuration properties
spring.datasource.url
JDBC URL of the databasespring.datasource.username
login username of the databasespring.datasource.password
login password of the databasespring.jpa.hibernate.default_schema
sets default schema
Example
Last updated