Maven org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
项目在本地运行时正常,打成jar发布时访问接口一直报org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),在网上查了下资料,基本是检查mybatis的配置是否有问题,最后将
classpath:mybatis-mapping/*.xml改为classpath*:mybatis-mapping/*.xml成功将问题解决。

浙公网安备 33010602011771号