1 Star 0 Fork 10K

绍达 / zheng

forked from 张恕征 / zheng 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
张恕征 提交于 2017-10-21 17:33 . 修复表格排序bug
<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-demo</module>
</modules>
</project>
Java
1
https://gitee.com/617316561/zheng.git
git@gitee.com:617316561/zheng.git
617316561
zheng
zheng
master

搜索帮助