码迷,mamicode.com
首页 > 其他好文 > 详细

项目运行中出现Injection of autowired dependencies failed错误

时间:2016-04-15 12:02:01      阅读:1578      评论:0      收藏:0      [点我收藏+]

标签:

1.检查你项目中有没有多余的@Autowired   如果你引入了多余(或者错误的)的@Autowired就会导致以上错误

 

技术分享

 

一般这个错误都是发生在controll,dao,service中,看看你的注解是否有多余或者错误

Dao—@Repository

Service—@Service

Controller—@Controller       

项目运行中出现Injection of autowired dependencies failed错误

标签:

原文地址:http://www.cnblogs.com/zhoumingming/p/5394762.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!