我在github上下载mybatis项目 导入eclipse中 pom.xml文件中的:
org.mybatis
mybatis-parent
25-SNAPSHOT
提示错误:
Description Resource Path Location Type
Project build error: Non-resolvable parent POM for org.mybatis:mybatis:3.3.1-SNAPSHOT: Could not find artifact org.mybatis:mybatis-parent:pom:25-SNAPSHOT and 'parent.relativePath' points at wrong local POM pom.xml /mybatis line 20 Maven pom Loading Problem
请问需要怎么解决这样的问题。
没看懂,不知道怎么配置快照版本 ,我试着换了低点的版本还是不行。
org.mybatis
mybatis-parent
21-SNAPSHOT
不知道应该怎么配置,能给我例子么