blob: 7bc73a2e6fab6edb1916a617a0645b8c89dfe058 (
plain)
1
2
3
4
5
6
7
8
9
|
org.springframework.web: DEBUG
org.springframework.security: DEBUG
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driver-class-name=org.h2.Driver
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.h2.console.enabled=true
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
|