phlive

把以下的xml加入到pom.xml文件中

<repository>
    <id>central</id>
    <name>aliyun maven</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <layout>default</layout>
    <!-- 是否开启发布版构件下载 -->
    <releases>
        <enabled>true</enabled>
    </releases>
    <!-- 是否开启快照版构件下载 -->
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>

 

分类:

技术点:

相关文章:

  • 2022-02-27
  • 2021-08-23
  • 2022-02-07
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-07
  • 2022-02-07
  • 2022-02-14
  • 2022-02-26
  • 2022-02-04
  • 2022-02-27
  • 2021-11-22
相关资源
相似解决方案