springboot扫描不到mapper,解决方法

壮心未与年俱老,死去犹能作鬼雄。这篇文章主要讲述springboot扫描不到mapper,解决方法相关的知识,希望能为你提供帮助。

springboot扫描不到mapper,解决方法

文章图片

@ComponentScan(basePackages = {"com.dive"})
@MapperScan("com.dive.dao")
贼气,直接上货
以下是文档目录
springboot扫描不到mapper,解决方法

文章图片

【springboot扫描不到mapper,解决方法】 

    推荐阅读