摘要: 1、问题 pom.xml中报Missing artifact 2、解决: (1) 在pom.xml中添加如下依赖: <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.2.5< 阅读全文
posted @ 2016-07-28 11:38 hongweigg 阅读(97) 评论(0) 推荐(0)