From 24e4b798861ce121bd4822880a2f929bc6693f93 Mon Sep 17 00:00:00 2001 From: Lukasz Date: Thu, 7 Jun 2018 23:30:25 +0200 Subject: [PATCH] Hide error while loading postgress --- app-monolith/src/main/resources/application-docker.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/app-monolith/src/main/resources/application-docker.properties b/app-monolith/src/main/resources/application-docker.properties index 7ec62e7..9ce6ea6 100644 --- a/app-monolith/src/main/resources/application-docker.properties +++ b/app-monolith/src/main/resources/application-docker.properties @@ -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