Merge branch '3.4.x'
This commit is contained in:
@@ -1588,6 +1588,11 @@ class SpringApplicationTests {
|
||||
private InaccessibleConfiguration() {
|
||||
}
|
||||
|
||||
@Bean
|
||||
String testMessage() {
|
||||
return "test";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static class SpyApplicationContext extends AnnotationConfigApplicationContext {
|
||||
|
||||
Reference in New Issue
Block a user