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

ect.common.0.11.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
spring.datasource.url = jdbc:h2:mem:freme;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.driverClassName = org.h2.Driver
spring.jpa.hibernate.ddl-auto=update

admin.username=admin
admin.password=password
admin.create=true

server.session-timeout=60
security.basic.enabled=false
endpoints.shutdown.enabled=true





© 2015 - 2024 Weber Informatics LLC | Privacy Policy