1 Star 0 Fork 0

18500137582/glmall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mvn-settings.xml 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
20023930@qq.com 提交于 2021-05-15 23:13 . 1.maven 配置jdk 1.8
<settings>
<mirrors>
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
<profiles>
<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>
</profiles>
</settings>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liuyang123fff/glmall.git
git@gitee.com:liuyang123fff/glmall.git
liuyang123fff
glmall
glmall
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385