Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sky.mapper.CategoryMapper.pageSelect] with root cause
翻译:路径为[]的上下文中Servlet[dispatcherServlet]的Servlet.service()引发异常[请求处理失败;嵌套异常为org.apache.ibatis.binding.BindingException:绑定语句无效(找不到):com.sky.mapper.CategoryMapper.pageSelect],其根本原因为
Invalid bound statement (not found):
其实就是mapper的xml文件映射不对,但是mybatis的红绿鸟可以对应上
被误导了,后来发现文件名拼错了。
gor拼成 gro了,悲。