From 7f7ea920d0e7c39873b2b30f4e8329d7aae270bc Mon Sep 17 00:00:00 2001 From: Juvar Abrera Date: Sun, 5 Feb 2023 20:57:34 +0800 Subject: [PATCH] docs: Explicitly set hibernate.search.enabled to false if database is postgress in docker-compose instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b17e46b..64625b8 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,9 @@ spring: jpa: properties: 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