Configuration problem: Cannot locate BeanDefinitionDecorator for element [component-scan] Offending resource: file [E:\JAVA_study\seckill\out\artifacts\seckill_war_exploded\WEB-INF\classes\spring\spring-web.xml]
找到问题根源了
<context:component-scan base-package="org.seckill.web"/>
这句话我放在<bean></bean>里面了 导致的扫描包的时候没扫上