springboot+zookeeper+spring出现以下错误:
16:49:26,034 ERROR ExceptionFilter:84 - [DUBBO] Got unchecked and undeclared exception which called by localhost. service: com.zsk.service.CheckItemService, method: add, exception: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.zsk.dao.CheckItemDao.add, dubbo version: 2.6.0, current host: 127.0.0.1
服务一直找不到方法!?
关键是这句:com.zsk.dao.CheckItemDao.add,应该是mybatis扫描不到你的mapper的原因。可以检查一下mybatis的配置
mapper扫描的配置贴下