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

Working entry of results

This commit is contained in:
Anton Micke
2025-02-05 23:11:48 +01:00
parent ee2c9687a4
commit 9d3faf61c9
10 changed files with 152 additions and 22 deletions

View File

@@ -4,3 +4,12 @@ spring.mustache.check-template-location = false
# Launch the default browser when starting the application in development mode
vaadin.launch-browser=true
spring.datasource.url=jdbc:mariadb://localhost:3306/kickerelo
spring.datasource.username=
spring.datasource.password=
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.open-in-view=false