Merge pull request #15 from kuli1/bugfix/error_postgress

Hide error while loading postgress
This commit is contained in:
Michał Michaluk
2018-06-13 12:44:52 +02:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
spring.datasource.url=jdbc:postgresql://database:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true