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