spring:
jpa:
show-sql: false
hibernate:
ddl-auto: update
use-new-id-generator-mappings: true
properties:
hibernate.dialect: org.hibernate.dialect.PostgreSQL95Dialect
hibernate.format-sql: true
hibernate.show-sql: false
hibernate.temp.use_jdbc_metadata_defaults: false
hibernate.jdbc.batch_size: 20
hibernate.cache.use_query_cache: false
hibernate.cache.use_second_level_cache: false
hibernate.cache.use_structured_entries: false
hibernate.cache.use_minimal_puts: false
hibernate.search.default.directory_provider: filesystem
hibernate.search.default.indexBase: target/lucenefiles
hibernate.search.lucene_version: LUCENE_CURRENT
hibernate.search.model_mapping: ca.uhn.fhir.jpa.search.LuceneSearchMappingFactory
generate-ddl: true
database-platform: org.hibernate.dialect.PostgreSQL95Dialect
database: postgresql
datasource:
platform: postgres
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/db-name
username: db-user
password: db-pwd
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/33642963-4b85-4be6-bf54-e725935b3b55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.