We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d99e4a commit d04620dCopy full SHA for d04620d
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -1588,6 +1588,11 @@ static class InaccessibleConfiguration {
1588
private InaccessibleConfiguration() {
1589
}
1590
1591
+ @Bean
1592
+ String testMessage() {
1593
+ return "test";
1594
+ }
1595
+
1596
1597
1598
static class SpyApplicationContext extends AnnotationConfigApplicationContext {
0 commit comments