Schema creation and Data pre-load to on cps-xnf-proxy start-up using liquibase
[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
9   datasource:
10     url: ${DB_URL}
11     username: ${DB_USERNAME}
12     password: ${DB_PASSWORD}
13     driverClassName: org.postgresql.Driver
14     initialization-mode: always
15
16   liquibase:
17     change-log: classpath:changelog/changelog-master.yaml