Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a9c756c

Browse files
refactor application.properties under src and test resources
1 parent 33b745a commit a9c756c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

‎api-first-development-service/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml
1+
spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml
22
spring.liquibase.enabled=true
33

44
spring.jpa.hibernate.ddl-auto=update

‎api-first-development-service/src/test/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml
1+
spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml
22
spring.liquibase.enabled=true
33

44
spring.datasource.url=jdbc:h2:mem:testdb

‎doc/task.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ Part 4 - Path Parameters (https://www.youtube.com/watch?v=TAVon...)
1414

1515
Dependencies & plugin pastebin: https://pastebin.com/gdiMqhwW
1616

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /