ect.common.0.11.source-code.application.properties Maven / Gradle / Ivy
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