springboot扫描不到mapper,解决方法

@ComponentScan(basePackages = {"com.dive"})
@MapperScan("com.dive.dao")

贼气,直接上货

以下是文档目录

springboot扫描不到mapper,解决方法

 

相关文章: