1 Star 0 Fork 2.1K

mgbin / zuihou-admin-cloud

forked from dromara / lamp-cloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2019-09-07 15:45 . 1,完善文件上传接口
<?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>
<groupId>com.github.zuihou</groupId>
<artifactId>zuihou-admin-cloud</artifactId>
<version>1.0-SNAPSHOT</version>
<url>https://gitee.com/zuihou111/zuihou-admin-cloud</url>
<name>${project.artifactId}</name>
<description>zuihou-admin-cloud父pom, 对jar版本,仓库进行管理</description>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<modules>
<module>zuihou-dependencies</module>
<module>zuihou-commons</module>
<module>zuihou-backend</module>
<module>zuihou-support</module>
</modules>
<packaging>pom</packaging>
<developers>
<developer>
<name>zuihou</name>
<email>244387066@qq.com</email>
</developer>
</developers>
</project>
Java
1
https://gitee.com/mgb/zuihou-admin-cloud.git
git@gitee.com:mgb/zuihou-admin-cloud.git
mgb
zuihou-admin-cloud
zuihou-admin-cloud
master

搜索帮助