Version bump to 5.7.0 and a few other components now draw the version from parent

This commit is contained in:
Jens Kristian Villadsen
2022-02-17 23:12:10 +01:00
parent 491482824c
commit e45ba6ce5b
2 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,11 @@ spring:
properties:
hibernate.format_sql: false
hibernate.show_sql: false
# hibernate.dialect: org.hibernate.dialect.h2dialect
#Hibernate dialect is automatically detected except Postgres and H2.
#If using H2, then supply the value of ca.uhn.fhir.jpa.model.dialect.HapiFhirH2Dialect
#If using postgres, then supply the value of ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect
hibernate.dialect: ca.uhn.fhir.jpa.model.dialect.HapiFhirH2Dialect
# hibernate.hbm2ddl.auto: update
# hibernate.jdbc.batch_size: 20
# hibernate.cache.use_query_cache: false