转载:https://blog.csdn.net/qq_21853607/article/details/72802080
springboot整合mybatis mapper注入时显示could not autowire的错误,不影响使用,但是看着不爽,如下图:
解决方法,在mapper加一个注解。如下图所示:
@Component(value = “userMapper”)
转载:https://blog.csdn.net/qq_21853607/article/details/72802080
springboot整合mybatis mapper注入时显示could not autowire的错误,不影响使用,但是看着不爽,如下图:
解决方法,在mapper加一个注解。如下图所示:
@Component(value = “userMapper”)