赞
踩
记录一次煞笔操作:
排错:
1、@controller、@serivce注解都标注了,但一直提示:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):xxx
大概意思就是没找到service里面的方法,但是我service的实现类里绝对写了的方法体的
耗了3个小时,熬到 凌晨3点,终于发现是MybatisPlusConfig类中,@MapperScan的路径的问题!!!
我被自己的煞笔整
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。