私服

1、配置私服对远程仓库的镜像--认证同库认证
<settings>
  <mirrors>
     <mirror>
        <id>xxx</id>----库ID
        <name></name>
        <url>私服地址</url>
        <mirrorOf>*</mirrorOf>--或逗号分割的库ID
     </mirror>
  </mirrors>
</settings>
2、仓库搜索服务
https://repository.sonatype.org/
http://mvnrepository.com/

posted @ 2019-09-14 17:38  FromScratch  阅读(181)  评论(0编辑  收藏  举报