Console now shows executed SQL Statements

This commit is contained in:
Maximilian Leopold 2019-03-26 14:33:01 +01:00
parent 907d344a26
commit 6c72dacb20

View File

@ -3,3 +3,4 @@ spring.datasource.username=BuGa19GeocachingUser
spring.datasource.password=GeocachingPw
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true