springboot整合mybatis mapper注入时显示could not autowire的解决

文章转载于 http://blog.csdn.net/qq_21853607/article/details/72802080

springboot整合mybatis mapper注入时显示could not autowire的错误,不影响使用,但是看着不爽,如下图: 
错误提示

解决方法,在mapper加一个注解。如下图所示: 
@Component(value = “userMapper”) 
解决方案


你可能感兴趣的:(java)