data4impact/apps/data4impact-api-application/target/classes/application.properties

15 lines
557 B
Properties

spring.main.banner-mode = off
logging.level.root = INFO
spring.datasource.url=jdbc:postgresql://localhost:5432/data4impact
spring.datasource.username=
spring.datasource.password=
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto = validate
spring.jpa.properties.hibernate.hbm2dll.extra_physical_table_types = MATERIALIZED VIEW
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.open-in-view=true