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