Activate SQL statement logging in debug

This commit is contained in:
Marcel Schwarz 2020-05-01 19:52:17 +02:00
parent b90b018196
commit b4cf5eb96b

View File

@ -3,5 +3,6 @@ spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.show-sql=true
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console