Kaynağa Gözat

增加运维系统

shuzheng 8 yıl önce
ebeveyn
işleme
6c179c7408
2 değiştirilmiş dosya ile 24 ekleme ve 0 silme
  1. 3 0
      zheng-eoms/README.md
  2. 21 0
      zheng-eoms/pom.xml

+ 3 - 0
zheng-eoms/README.md

@@ -0,0 +1,3 @@
+# zheng-eoms
+
+运维系统

+ 21 - 0
zheng-eoms/pom.xml

@@ -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-eoms</artifactId>
+    <version>1.0.0</version>
+    <packaging>pom</packaging>
+
+    <name>zheng-eoms</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>