Merge branch '2.6.x' into 2.7.x

Closes gh-30092
This commit is contained in:
Madhura Bhave
2022-03-07 18:23:36 -08:00
5 changed files with 145 additions and 0 deletions

View File

@@ -835,6 +835,7 @@ include::code:MyBatchConfiguration[]
NOTE: Depending on the complexity of your application, you may either have a single `@Configuration` class for your customizations or one class per domain area.
The latter approach lets you enable it in one of your tests, if necessary, with the `@Import` annotation.
See <<howto#howto.testing.slice-tests,this how-to section>> for more details on when you might want to enable specific `@Configuration` classes for slice tests.
Test slices exclude `@Configuration` classes from scanning.
For example, for a `@WebMvcTest`, the following configuration will not include the given `WebMvcConfigurer` bean in the application context loaded by the test slice: