Dependency 'org.springframework:spring-webmvc' not found

Dependency 'org.springframework:spring-webmvc' not found

在idea的自带的maven配置文件中修改settings.xml,引入国内阿里云镜像

Dependency 'org.springframework:spring-webmvc' not found

<mirror>
 <id>nexus-aliyun</id>
 <mirrorOf>central</mirrorOf>
 <name>Nexus aliyun</name>
 <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

Dependency 'org.springframework:spring-webmvc' not found

 

 

 

上一篇:Maven的安装与基本配置


下一篇:python 程序退出方式