could not autowired.no beans of ' ' type found

在service实现类对dao层的mapper进行装配时显示未发现bean!

解决方法:在dao层的 *mapper接口上添加@Repository注解

原文地址:https://www.cnblogs.com/kongieg/p/11321640.html