File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
api-first-development-service/src Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- spring.liquibase.change-log = classpath:/db/changelog/db.changelog-master.xml
1
+ spring.liquibase.change-log =classpath:/db/changelog/db.changelog-master.xml
2
2
spring.liquibase.enabled =true
3
3
4
4
spring.jpa.hibernate.ddl-auto =update
Original file line number Diff line number Diff line change 1
- spring.liquibase.change-log = classpath:/db/changelog/db.changelog-master.xml
1
+ spring.liquibase.change-log =classpath:/db/changelog/db.changelog-master.xml
2
2
spring.liquibase.enabled =true
3
3
4
4
spring.datasource.url =jdbc:h2:mem:testdb
Original file line number Diff line number Diff line change @@ -14,4 +14,10 @@ Part 4 - Path Parameters (https://www.youtube.com/watch?v=TAVon...)
14
14
15
15
Dependencies & plugin pastebin: https://pastebin.com/gdiMqhwW
16
16
17
- Yaml file pastebin: https://pastebin.com/GhKSVbaw
17
+ Yaml file pastebin: https://pastebin.com/GhKSVbaw
18
+
19
+ '''
20
+
21
+ == Liquibase changeLog
22
+
23
+ https://www.baeldung.com/liquibase-refactor-schema-of-java-app
You can’t perform that action at this time.
0 commit comments