Database
Configuration properties
Example
spring:
datasource:
url: jdbc:postgresql://localhost:5432/
username: postgres
password: password
jpa:
hibernate:
default_schema: kouncilLast updated