We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efff7b commit 2bdeba8Copy full SHA for 2bdeba8
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/BeanDefinitionLoader.java
@@ -189,7 +189,7 @@ private void load(Package source) {
189
}
190
191
private void load(CharSequence source) {
192
- String resolvedSource = this.xmlReader.getEnvironment().resolvePlaceholders(source.toString());
+ String resolvedSource = this.scanner.getEnvironment().resolvePlaceholders(source.toString());
193
// Attempt as a Class
194
try {
195
load(ClassUtils.forName(resolvedSource, null));
0 commit comments