使用springboot 加载mybatis,打包成功,结果在测试服务器上一直报org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
经过排查,结果是jar中没有打包mybatis中的xml文件的原因
解决办法:
application.yml配置文件中配置xml路径
mybatis:
mapper-locations: classpath*:src/main/java/com/cjwl/mapper/*.xml
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)