4 Star 0 Fork 12

zy_laoyang/cloud_novel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
maven-settings.xml 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
zy_laoyang 提交于 2022-03-29 11:04 . stream 实现消息驱动
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- 配置本地仓库地址 -->
<localRepository>E:\maven\repo</localRepository>
<!-- 配置下载Jar包的镜像仓库地址 -->
<mirrors>
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<!-- <mirror>-->
<!--  <id>nexus-tencentyun</id>-->
<!--  <mirrorOf>*</mirrorOf>-->
<!--  <name>Nexus tencentyun</name>-->
<!--  <url>http://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>-->
<!--</mirror> -->
<!--<mirror>-->
<!--  <id>huaweicloud</id>-->
<!-- <name>华为云 maven</name>-->
<!-- <mirrorOf>*</mirrorOf>-->
<!-- <url>https://mirrors.huaweicloud.com/repository/maven/</url>-->
<!--</mirror> -->
</mirrors>
<profiles>
<!-- 下载源代码和Javadoc -->
<profile>
<id>downloadSources</id>
<properties>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</properties>
</profile>
</profiles>
<!-- 激活在profiles的配置项 -->
<activeProfiles>
<activeProfile>downloadSources</activeProfile>
</activeProfiles>
</settings>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zy_laoyang/cloud_novel.git
[email protected]:zy_laoyang/cloud_novel.git
zy_laoyang
cloud_novel
cloud_novel
master

搜索帮助