Update database setup guide and introduce password for DB connection

This commit is contained in:
2019-05-05 11:58:09 +02:00
parent ab3f08356e
commit 6c7a418828
2 changed files with 11 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ spring.flyway.locations=classpath:/database/postgres,classpath:/database/common
spring.datasource.url=jdbc:postgresql://localhost/financer
spring.datasource.username=financer
spring.datasource.password=financer
# See https://github.com/spring-projects/spring-boot/issues/12007
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true