Error creating bean with name 'contentCategoryController': Injection of autowired dependencies failed;

在springmvc、spring、mybatis搭建的工程中出现了一大串错误

查了代码后发现,原来是在ContentCategoryServiceImpl中忘了写一句话@Service(),以至于因此导致一系列错误。


在控制层调用业务层,必须在业务层先进行注解:

然后在控制层注入业务层:

 

posted @ 2017-01-02 19:35  jiaxian17  阅读(8041)  评论(1编辑  收藏  举报