-
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.
support all relevant Spring Boot test slices
- Loading branch information
Showing
6 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
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
7 changes: 7 additions & 0 deletions
7
...pring/org.springframework.boot.test.autoconfigure.data.jdbc.AutoConfigureDataJdbc.imports
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# (additional) AutoConfigureDataJdbc auto-configuration imports | ||
# .. for tests. | ||
# | ||
# Add Pre-Liquibase class to list of classes autowired when @AutoConfigureDataJdbc | ||
# or @DataJdbcTest annotations are used in unit tests. | ||
net.lbruun.springboot.preliquibase.PreLiquibaseAutoConfiguration | ||
|
7 changes: 7 additions & 0 deletions
7
...ing/org.springframework.boot.test.autoconfigure.data.r2dbc.AutoConfigureDataR2dbc.imports
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# (additional) AutoConfigureDataR2dbc auto-configuration imports | ||
# .. for tests. | ||
# | ||
# Add Pre-Liquibase class to list of classes autowired when @AutoConfigureDataR2dbc | ||
# or @DataR2dbcTest annotations are used in unit tests. | ||
net.lbruun.springboot.preliquibase.PreLiquibaseAutoConfiguration | ||
|
7 changes: 7 additions & 0 deletions
7
...ETA-INF/spring/org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureJdbc.imports
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# (additional) AutoConfigureJdbc auto-configuration imports | ||
# .. for tests. | ||
# | ||
# Add Pre-Liquibase class to list of classes autowired when @AutoConfigureJdbc | ||
# or @JdbcTest annotations are used in unit tests. | ||
net.lbruun.springboot.preliquibase.PreLiquibaseAutoConfiguration | ||
|
7 changes: 7 additions & 0 deletions
7
...ETA-INF/spring/org.springframework.boot.test.autoconfigure.jooq.AutoConfigureJooq.imports
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# (additional) AutoConfigureJooq auto-configuration imports | ||
# .. for tests. | ||
# | ||
# Add Pre-Liquibase class to list of classes autowired when @AutoConfigureJooq | ||
# or @JooqTest annotations are used in unit tests. | ||
net.lbruun.springboot.preliquibase.PreLiquibaseAutoConfiguration | ||
|
2 changes: 1 addition & 1 deletion
2
...F/spring/org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureDataJpa.imports
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