Update application.yaml

See https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/292
This commit is contained in:
Jens Kristian Villadsen
2021-11-20 16:07:26 +01:00
committed by GitHub
parent a58ef1cc7a
commit 0203a36668

View File

@@ -12,6 +12,7 @@ spring:
maximum-pool-size: 10 maximum-pool-size: 10
flyway: flyway:
check-location: false check-location: false
baselineOnMigrate: true
jpa: jpa:
properties: properties:
hibernate.format_sql: false hibernate.format_sql: false