在之前的Spring项目中,注入mapper类需要在spring配置文件中注明mapper扫描位置。
在Spring Boot中,有两种方式:
- 一:在启动类上加入@MapperScan("") 注解,括号里是mapper所在包
- 二:在mapper接口上加入@Mapper注解
在之前的Spring项目中,注入mapper类需要在spring配置文件中注明mapper扫描位置。
在Spring Boot中,有两种方式:
本文标题:使用Spring Boot时无法注入mapper类
本文链接:https://www.haomeiwen.com/subject/qgcraqtx.html
网友评论