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成功将问题解决。

posted @ 2019-01-10 16:58  hekaizhi  阅读(99)  评论(0)    收藏  举报