1 Star 0 Fork 10K

feilign / zheng

forked from 张恕征 / zheng 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
张恕征 提交于 2018-07-04 16:23 . zheng-message初始化
<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.zheng</groupId>
<artifactId>zheng</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>zheng</name>
<url>http://www.zhangshuzheng.cn</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
</properties>
<modules>
<module>zheng-admin</module>
<module>zheng-common</module>
<module>zheng-oss</module>
<module>zheng-upms</module>
<module>zheng-cms</module>
<module>zheng-pay</module>
<module>zheng-ucenter</module>
<module>zheng-wechat</module>
<module>zheng-shop</module>
<module>zheng-api</module>
<module>zheng-message</module>
<module>zheng-demo</module>
</modules>
</project>
Java
1
https://gitee.com/feilign/zheng.git
git@gitee.com:feilign/zheng.git
feilign
zheng
zheng
master

搜索帮助