1 Star 4 Fork 22

韦相铭 / gulimall_src_leifengyang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mvn-settings.xml 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
“bestming” 提交于 2021-01-08 21:52 . src
<settings>
<mirrors>
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
</mirrors>
<profiles>
<profile>
<id>jdk-1.8</id>
<activation>
<activeByDefault>true</activeByDefault>
<jdk>1.8</jdk>
</activation>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
</properties>
</profile>
</profiles>
</settings>
1
https://gitee.com/bestming/gulimall_src_leifengyang.git
git@gitee.com:bestming/gulimall_src_leifengyang.git
bestming
gulimall_src_leifengyang
gulimall_src_leifengyang
master

搜索帮助