项目结构调整 x 10 : 使用阿里云的源;解决单元测试报错问题

This commit is contained in:
YunaiV
2021-04-30 09:44:36 +08:00
parent 35f1eb95b6
commit d5883771c8
6 changed files with 57 additions and 2 deletions

View File

@@ -38,4 +38,13 @@
</dependencies>
</dependencyManagement>
<!-- 使用 aliyun 的 Maven 源,提升下载速度 -->
<repositories>
<repository>
<id>aliyun</id>
<name>aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
</repositories>
</project>