myeclipse中创建mavenweb项目总是保错

xiaoxiao2021-02-28  97

我一开始是在maven中配置把它的conf中setting.xml改为

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

使用阿里云服务器。

后来创建mavenweb项目中总是保错后来把它还原为默认配置就好了

转载请注明原文地址: https://www.6miu.com/read-44741.html

最新回复(0)