docs: Explicitly set hibernate.search.enabled to false if database is postgress in docker-compose instructions

This commit is contained in:
Juvar Abrera
2023-02-05 20:57:34 +08:00
committed by Jens Kristian Villadsen
parent 74be713515
commit 7f7ea920d0

View File

@@ -303,6 +303,9 @@ spring:
jpa: jpa:
properties: properties:
hibernate.dialect: ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect hibernate.dialect: ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgres94Dialect
hibernate.search.enabled: false
# Then comment all hibernate.search.backend.*
``` ```
## Running hapi-fhir-jpaserver directly from IntelliJ as Spring Boot ## Running hapi-fhir-jpaserver directly from IntelliJ as Spring Boot