-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65c43ec
commit 6a2001c
Showing
5 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
batch-boot-jpa-sample/src/main/resources/db/changelog/db.changelog-master.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
databaseChangeLog: | ||
- includeAll: | ||
path: migration/ | ||
errorIfMissingOrEmpty: true | ||
relativeToChangelogFile: true | ||
|
||
- changeSet: | ||
dbms: postgresql | ||
id: create-spring-batch-metadata | ||
author: raja | ||
changes: | ||
- sqlFile: | ||
encoding: UTF-8 | ||
path: classpath:/org/springframework/batch/core/schema-postgresql.sql | ||
relativeToChangelogFile: false | ||
splitStatements: true | ||
stripComments: true | ||
|
||
- changeSet: | ||
dbms: h2 | ||
id: create-spring-batch-metadata | ||
author: raja | ||
changes: | ||
- sqlFile: | ||
encoding: UTF-8 | ||
path: classpath:/org/springframework/batch/core/schema-h2.sql | ||
relativeToChangelogFile: false | ||
splitStatements: true | ||
databaseChangeLog: | ||
- includeAll: | ||
path: migration/ | ||
errorIfMissingOrEmpty: true | ||
relativeToChangelogFile: true | ||
|
||
- changeSet: | ||
dbms: postgresql | ||
id: create-spring-batch-metadata | ||
author: raja | ||
changes: | ||
- sqlFile: | ||
encoding: UTF-8 | ||
path: classpath:/org/springframework/batch/core/schema-postgresql.sql | ||
relativeToChangelogFile: false | ||
splitStatements: true | ||
stripComments: true | ||
|
||
- changeSet: | ||
dbms: h2 | ||
id: create-spring-batch-metadata | ||
author: raja | ||
changes: | ||
- sqlFile: | ||
encoding: UTF-8 | ||
path: classpath:/org/springframework/batch/core/schema-h2.sql | ||
relativeToChangelogFile: false | ||
splitStatements: true | ||
stripComments: true |
8 changes: 4 additions & 4 deletions
8
boot-api-archunit-sample/src/main/resources/db/changelog/db.changelog-master.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
databaseChangeLog: | ||
- includeAll: | ||
path: migration/ | ||
errorIfMissingOrEmpty: true | ||
databaseChangeLog: | ||
- includeAll: | ||
path: migration/ | ||
errorIfMissingOrEmpty: true | ||
relativeToChangelogFile: true |
4 changes: 2 additions & 2 deletions
4
boot-rabbitmq-thymeleaf/src/main/resources/db/changelog/db.changelog-master.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
databaseChangeLog: | ||
- include: | ||
databaseChangeLog: | ||
- include: | ||
file: db/changelog/01-create-tables.xml |
4 changes: 2 additions & 2 deletions
4
jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/redisson/redisson-dev.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
singleServerConfig: | ||
address: "redis://localhost:6379" | ||
singleServerConfig: | ||
address: "redis://localhost:6379" |
6 changes: 3 additions & 3 deletions
6
jpa/boot-read-replica-postgresql/src/main/resources/db/changelog/db.changelog-master.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
databaseChangeLog: | ||
- include: | ||
file: db/changelog/changelog.sql | ||
databaseChangeLog: | ||
- include: | ||
file: db/changelog/changelog.sql |