1 Star 0 Fork 108

不会写代码/AJ-Gaea

forked from 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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/cant_write_code/gaea.git
[email protected]:cant_write_code/gaea.git
cant_write_code
gaea
AJ-Gaea
dev

搜索帮助