springboot扫描不到mapper,解决方法
时间:2019-01-02 18:21:00
收藏:0
阅读:1373
@ComponentScan(basePackages = {"com.dive"})
@MapperScan("com.dive.dao")
贼气,直接上货
以下是文档目录
原文:https://www.cnblogs.com/DIVEY/p/10209820.html
评论(0)