美文网首页
maven config Explain

maven config Explain

作者: handle_d717 | 来源:发表于2019-08-29 11:23 被阅读0次

<localRepository>E:\Maven\Repository</localRepository>

Change<localRepository> Label to what you hope FilePosition

you also can

<mirror>

<id>repo</id>

<mirrorOf>central</mirrorOf>

      <name>Human Readable Name for this Mirror.</name>

      <url>http://repo1.maven.org/maven2/</url>

</mirror>

  </mirrors>

This mean you can config your mirror to accelerate download JAR

相关文章

网友评论

      本文标题:maven config Explain

      本文链接:https://www.haomeiwen.com/subject/uqzbectx.html