If you're familiar with the Spring Test Framework, you may be used to using
`@ContextConfiguration(classes=...)` in order to specify which Spring `@Configuration`
to load. Alternatively, you might have often used nested `@Configuration` classes within
@ -4522,7 +4522,7 @@ For convenience, tests that need to make REST calls to the started server can ad
@@ -4522,7 +4522,7 @@ For convenience, tests that need to make REST calls to the started server can ad