Skip to content

Commit

Permalink
feat: 配置 Maven 源
Browse files Browse the repository at this point in the history
  • Loading branch information
oddfar committed Apr 13, 2024
1 parent cda6279 commit a41a6bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,18 @@
</resources>
</build>

<!-- 配置 Maven 源,提升下载速度 -->
<repositories>
<repository>
<id>huaweicloud</id>
<name>huawei</name>
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
</repository>
<repository>
<id>aliyunmaven</id>
<name>aliyun</name>
<url>https://maven.aliyun.com/repository/public</url>
</repository>
</repositories>

</project>

0 comments on commit a41a6bd

Please sign in to comment.