当前位置: 代码迷 >> Java Web开发 >> Intellij Idea maven spring项目解决办法
  详细解决方案

Intellij Idea maven spring项目解决办法

热度:714   发布时间:2016-04-13 22:43:40.0
Intellij Idea maven spring项目
我在Intellij Idea 中,新建了一个maven web项目,在pom.xml添加spring的依赖,但是pom.xml文件直接报错,说“Dependency '''org.springframework:spring-core:4.1.6RELEASE''' not found”。执行compile命令时[ERROR] Failed to execute goal on project mvnspring: Could not resolve dependencies for project com.clt.mvnspring:mvnspring:war:1.0-SNAPSHOT: Could not find 
artifact org.springframework:spring-core:jar:4.1.6RELEASE in central
 (http://repo.maven.apache.org/maven2) -> [Help 1]


另外附两张报错的截图



各位用过InterllijIdea 并懂得maven的朋友帮帮忙。 
------解决思路----------------------
项目上右键maven update下把那个force什么的勾上
试试看有用不...
------解决思路----------------------
好像有..不过是eclipse上面
有时候网卡了什么的下不到包好像会这样
------解决思路----------------------
<spring.version>4.1.1.RELEASE</spring.version>
RELEASE前应该有一个点
  相关解决方案