Closes gh-9610
This commit is contained in:
Johnny Lim
2017-06-27 14:18:11 +09:00
committed by Stephane Nicoll
parent 74a71b01ad
commit 533c418ad4
7 changed files with 10 additions and 10 deletions

View File

@@ -5434,7 +5434,7 @@ configuration is usually found.
If you want to customize the primary configuration, you can use a nested
`@TestConfiguration` class. Unlike a nested `@Configuration` class which would be used
instead of a your application's primary configuration, a nested `@TestConfiguration` class
instead of your application's primary configuration, a nested `@TestConfiguration` class
will be used in addition to your application's primary configuration.
NOTE: Spring's test framework will cache application contexts between tests. Therefore, as