docs: Explicitly set hibernate.search.enabled to false if database is postgress in docker-compose instructions
This commit is contained in:
committed by
Jens Kristian Villadsen
parent
74be713515
commit
7f7ea920d0
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user