5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-12 14:01:05 +01:00

Use file-database for testing, change sidebar

This commit is contained in:
Anton Micke
2025-03-18 01:00:21 +01:00
committed by lmarz
parent 4f42747d67
commit 34c40961c7
2 changed files with 29 additions and 7 deletions

View File

@@ -2,7 +2,9 @@ server.port=${PORT:8080}
logging.level.org.atmosphere = warn
spring.mustache.check-template-location = false
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.url=jdbc:h2:file:./data
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true