aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/application-test.yaml
blob: e3d4a48dfd03e51a47d6c69a3e7e711bb5159694 (plain)
1
2
3
4
5
6
7
8
9
10
11
spring:
  datasource:
    url: jdbc:h2:mem:testdb
    driverClassName: org.h2.Driver
    hikari:
      maxLifetime: 1800000
      maximumPoolSize: 3
  jpa:
    hibernate:
      ddl-auto: create-drop
    open-in-view: false