Work on spring fix

This commit is contained in:
jamesagnew
2021-02-17 07:28:17 -05:00
parent 0738d9f2a5
commit 2ddee148c9
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<!-- FIMXME KBD Change this to 5.3.0 BEFORE merging this code to master ! -->
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>

View File

@@ -8,10 +8,10 @@ spring:
max-active: 15
jpa:
properties:
hibernate.format_sql: false
hibernate.show_sql: false
# hibernate.dialect: org.hibernate.dialect.h2dialect
# hibernate.search.model_mapping: ca.uhn.fhir.jpa.search.lucenesearchmappingfactory
# hibernate.format_sql: false
# hibernate.show_sql: false
# hibernate.hbm2ddl.auto: update
# hibernate.jdbc.batch_size: 20
# hibernate.cache.use_query_cache: false