37 Star 119 Fork 93

anji-plus / AJ-Gaea

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
WongBin 提交于 2023-08-17 17:40 . 项目模板-lib升级
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.anji-plus</groupId>
<artifactId>root</artifactId>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>gaea-project</module>
<module>gaea-modules</module>
</modules>
<profiles>
<profile>
<id>dev</id>
<properties>
<spring.profiles.active>dev</spring.profiles.active>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<url>http://nexus.anji-plus.com:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://nexus.anji-plus.com:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
Java
1
https://gitee.com/anji-plus/gaea.git
git@gitee.com:anji-plus/gaea.git
anji-plus
gaea
AJ-Gaea
dev

搜索帮助