File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed
account/src/main/resources Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ spring:
1414 dialect : org.hibernate.dialect.Oracle12cDialect
1515 format_sql : true
1616 show-sql : true
17+
18+ liquibase :
19+ change-log : classpath:db/changelog/controller.yaml
20+ url : ${spring.datasource.url}
21+ user : ${spring.datasource.username}
22+ password : ${spring.datasource.password}
23+ enabled : ${LIQUIBASE_ENABLED:true}
24+
1725 datasource :
1826 url : ${spring.datasource.url}
1927 username : ${spring.datasource.username}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1717 <module >account</module >
1818 <module >customer</module >
1919 <module >creditscore</module >
20+ <module >transfer</module >
2021 </modules >
2122
2223 <properties >
You can’t perform that action at this time.
0 commit comments