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:
@@ -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
|
||||
Reference in New Issue
Block a user