springboot项目mybatis打jar包不打包xml文件

springboot项目mybatis打jar包不打包xml文件,第1张

使用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

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/759628.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-01
下一篇 2022-05-01

发表评论

登录后才能评论

评论列表(0条)

保存