摘要: 早上在做MyBatis+Spring整合的时候爆了个奇葩的bug: 最后问题的解决在配置文件导入上,我这里是 <context:property-placeholder location="classpath:db.properties" /> 换了一种写法问题就解决了: 换成这样就可以了。 阅读全文
posted @ 2017-10-19 11:22 迷茫王子 阅读(893) 评论(0) 推荐(0) 编辑