Dependency 'org.springframework:spring-webmvc' not found
作者:互联网
Dependency 'org.springframework:spring-webmvc' not found
在idea的自带的maven配置文件中修改settings.xml,引入国内阿里云镜像
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
标签:webmvc,nexus,spring,springframework,maven,aliyun,org 来源: https://www.cnblogs.com/bmyyy/p/15597100.html