其他分享
首页 > 其他分享> > Consider defining a bean of type ‘XXX‘ in your configuration.

Consider defining a bean of type ‘XXX‘ in your configuration.

作者:互联网

Consider defining a bean of type 'com.wxx.manger.mapper.GoodsCategoryMapper' in your configuration.

改为

MapperScan改为
@ComponentScan(basePackages ={"com.wxx.manager.mapper"})

 

 

 

 

标签:mapper,Consider,com,XXX,wxx,bean,defining
来源: https://blog.csdn.net/GIAAKK/article/details/121251370