在填写pom.xml的时候,发生了很多
ArtifactTransferException: Failure to transfer org.springframework:spring-aop:jar:3.2.8.RELEASE from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework:spring-aop:jar:3.2.8.RELEASE from/to central (http://repo.maven.apache.org/maven2): No response received after 60000
像这种的类似的问题
,花费了大量的时间,一个一个的进行了如下的处理:去本地仓库,把相对应路径下面的jar包删除,再重新保存pom.xml(该作用就update了,下载jar包的过程)。其实方法简单,但是由于我的很多包都遇到这种问题,一个一个找,花费了大量的时间