其他分享
首页 > 其他分享> > 学习Spring遇Configuration problem: Cannot locate BeanDefinitionDecorator for element [component-scan]问题

学习Spring遇Configuration problem: Cannot locate BeanDefinitionDecorator for element [component-scan]问题

作者:互联网

问题:

Configuration problem: Cannot locate BeanDefinitionDecorator for element [component-scan]
Offending resource: class path resource [applicationContext.xml]

错误配置:
在这里插入图片描述
配置组件扫描的语句位置放错地方了

<context:component-scan base-package="itheima"></context:component-scan>

将上面这句话放在配置数据源bean语句的外面即可

标签:locate,Configuration,scan,component,Cannot,BeanDefinitionDecorator
来源: https://blog.csdn.net/qq_45968950/article/details/122376308