5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-12 14:01:05 +01:00
This commit is contained in:
Anton Micke
2025-02-13 14:51:07 +01:00
parent b5c2f2f21d
commit 76bb3ded81
12 changed files with 100 additions and 109 deletions

View File

@@ -6,10 +6,9 @@ spring.mustache.check-template-location = false
vaadin.launch-browser=true
spring.datasource.url=jdbc:mariadb://localhost:3306/kickerelo
spring.datasource.username=
spring.datasource.password=
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.show-sql=true
spring.jpa.format-sql=true
spring.jpa.show-sql=false
spring.jpa.open-in-view=false