1 Star 0 Fork 10K

zern / zheng

forked from 张恕征 / zheng 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pom.xml 1.21 KB
Copy Edit Raw Blame History
张恕征 authored 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/izern/zheng.git
git@gitee.com:izern/zheng.git
izern
zheng
zheng
master

Search