Remove accidentally committed debug sysout
This commit is contained in:
@@ -54,7 +54,6 @@ class ConfigurationPropertiesBeanDefinitionValidator implements BeanFactoryPostP
|
||||
|
||||
private void validate(ConfigurableListableBeanFactory beanFactory, String beanName) {
|
||||
Class<?> beanClass = beanFactory.getType(beanName, false);
|
||||
System.out.println(beanName);
|
||||
if (beanClass != null && BindMethod.forClass(beanClass) == BindMethod.VALUE_OBJECT) {
|
||||
throw new BeanCreationException(beanName,
|
||||
"@EnableConfigurationProperties or @ConfigurationPropertiesScan must be used to add "
|
||||
|
||||
Reference in New Issue
Block a user