Merge "Improve CPS Exception handling"
[cps.git] / cps-ri / src / test / resources / application.yml
1 spring:
2   jpa:
3     ddl-auto: create
4     properties:
5       hibernate:
6         enable_lazy_load_no_trans: true
7         dialect: org.hibernate.dialect.PostgreSQLDialect
8   datasource:
9     url: ${DB_URL}
10     username: ${DB_USERNAME}
11     password: ${DB_PASSWORD}
12     driverClassName: org.postgresql.Driver
13     initialization-mode: always