org.springframework.beans.factory.BeanCreationException: Could not autowire meth
od: public void com.imooc.mvcdemo.controller.CourseController.setCourseService(c
om.imooc.mvcdemo.service.CourseService); nested exception is org.springframework
.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.im
ooc.mvcdemo.service.CourseService] found for dependency: expected at least 1 bea
n which qualifies as autowire candidate for this dependency. Dependency annotati
ons: {}
这是什么意思啊?
依赖注入可能出错,看看你applicationContext.xml文件有没有配置扫描
应该是注解出错了