增加zheng-oa

This commit is contained in:
shuzheng 2017-02-08 23:52:45 +08:00
parent 78e8a985be
commit 890083eb7c
2 changed files with 24 additions and 0 deletions

3
zheng-oa/README.md Normal file
View File

@ -0,0 +1,3 @@
# zheng-oa
办公自动化系统

21
zheng-oa/pom.xml Normal file
View File

@ -0,0 +1,21 @@
<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-oa</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>zheng-oa</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>
</project>