1 Star 0 Fork 5

天然喵/内容管理系统-唛盟arc后端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Admin 提交于 2024-02-24 17:26 . 2.0.0-开源版本
<?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>
<artifactId>mdp-arc-backend</artifactId>
<packaging>pom</packaging>
<name>mdp-arc-backend 内容管理系统根目录</name>
<description>内容管理系统根目录</description>
<parent>
<groupId>com.mdp</groupId>
<artifactId>mdp-products</artifactId>
<version>2.0.0-RELEASE</version>
</parent>
<modules>
<module>mdp-arc-pub</module>
<module>mdp-arc-mate</module>
<module>mdp-arc-ad</module>
<module>mdp-arc</module>
<module>mdp-arc-bootstrap</module>
<module>mdp-arc-cloud-bootstrap</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-arc-ad</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-arc-mate</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-arc-pub</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-arc</artifactId>
<version>${mdp.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/natural-meow/mdp-arc-backend.git
git@gitee.com:natural-meow/mdp-arc-backend.git
natural-meow
mdp-arc-backend
内容管理系统-唛盟arc后端
master

搜索帮助