aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.yml
blob: 4c7d55f7fd915599b765d15329eb4e9024930e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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