1. 程式人生 > >springboot Mapper: Specified class is an interface

springboot Mapper: Specified class is an interface

使用springboot整合mongo和mybatis的時候,啟動報錯XXXMapper]: Specified class is an interface

懷疑mybatis和mongo掃描時互相干擾造成的。

在Application啟動類中新增

@MapperScan("com.demo.springboot.mapper")

啟動正常

歡迎加入我們交流群578692121