Update snapshot and/or references of policy/api to latest snapshots
[policy/api.git] / main / src / test / resources / application-test.yaml
1 spring:
2   datasource:
3     url: jdbc:h2:mem:testdb
4     driverClassName: org.h2.Driver
5   jpa:
6     properties:
7       hibernate:
8         dialect: org.hibernate.dialect.H2Dialect
9     hibernate:
10       ddl-auto: update
11       naming:
12         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
13         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy