dnet-hadoop/dhp-applications/dhp-mdstore-manager-app/src/main/resources/application.properties

18 lines
664 B
Properties
Raw Normal View History

spring.main.banner-mode = console
logging.level.root = INFO
spring.datasource.url=jdbc:postgresql://localhost:5432/mdstoremanager
2019-04-03 16:05:16 +02:00
spring.datasource.username=dnet
spring.datasource.password=dnetPwd
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
2019-03-22 11:41:00 +01:00
# logs
logging.level.io.swagger.models.parameters.AbstractSerializableParameter = error