摘要: 项目在本地运行时正常,打成jar发布时访问接口一直报org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),在网上查了下资料,基本是检查mybatis的配置是否有问题,最后将 classpath: 阅读全文
posted @ 2019-01-10 16:58 hekaizhi 阅读(98) 评论(0) 推荐(0)
摘要: 转https://www.cnblogs.com/chengssblog/p/6531964.html 阅读全文
posted @ 2018-12-06 21:49 hekaizhi 阅读(108) 评论(0) 推荐(0)
摘要: 今天在导入别人的Maven项目时,导入lombok.extern.slf4j.Slf4j;与org.springframework.test.context.junit4.SpringRunner;时均无法导入,找到对应jar包发现无法打开对应的类,SpringRunner在spring-test 阅读全文
posted @ 2018-11-23 13:56 hekaizhi 阅读(748) 评论(0) 推荐(0)