Schema creation and Data pre-load to on cps-xnf-proxy start-up using liquibase
[cps.git] / cps-ri / src / test / resources / application.yml
index f6a5dfb..7454ad2 100644 (file)
@@ -5,9 +5,13 @@ spring:
       hibernate:
         enable_lazy_load_no_trans: true
         dialect: org.hibernate.dialect.PostgreSQLDialect
+
   datasource:
     url: ${DB_URL}
     username: ${DB_USERNAME}
     password: ${DB_PASSWORD}
     driverClassName: org.postgresql.Driver
     initialization-mode: always
+
+  liquibase:
+    change-log: classpath:changelog/changelog-master.yaml
\ No newline at end of file