louislivi / fastdep

Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT...
https://fastdep.louislivi.com
Apache License 2.0
259 stars 52 forks source link

WARN 20240 --- [nio-8081-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.mapper.OrderMapper.selectPage] #28

Closed Tuzhiqiang1996 closed 3 years ago

Tuzhiqiang1996 commented 3 years ago

问题: WARN 20240 --- [nio-8081-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.mapper.OrderMapper.selectPage]

yml mybatis: mapper-Locations: classpath:mapper/*Mapper.xml