org: springframework: web: DEBUG security: DEBUG spring: datasource: url: jdbc:h2:mem:testdb driver-class-name: org.h2.Driver jpa: database-platform: org.hibernate.dialect.H2Dialect show-sql: true properties: hibernate: format_sql: true h2: console: enabled: true