All Downloads are FREE. Search and download functionalities are using the official Maven repository.

phyra.rand-wo.0.0.2.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
# suppress inspection "UnusedProperty" for whole file

#DataSource
spring.datasource.username = root
spring.datasource.url=jdbc:h2:file:./rand-wo_collection;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0
spring.datasource.driverClassName=org.h2.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto = none
spring.jpa.show-sql=false
liquibase.changelog.location=classpath:database/changelog-master.xml

#mvc
spring.autoconfigure.exclude =  org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration

logging.level.org.springframework.web=WARN




© 2015 - 2024 Weber Informatics LLC | Privacy Policy