1. 程式人生 > >Spring Boot Mapper注入問題

Spring Boot Mapper注入問題

場景1:

執行一直報No Bean錯誤

解決方法:

在SpringBoot 啟動類頭加入Mapper掃描註解@MapperScan(basePackages = {"com.springboot.mapper"}

 

場景2:

如果使用了tk.Mybatis的通用mapper並且使用用@MapperScan註解還是有問題

解決方法:

檢視MapperScan註解是否引入的是

import tk.mybatis.spring.annotation.MapperScan, 不是請修改