From 74babbeaf8c65c8158704f6067be54988e7512ff Mon Sep 17 00:00:00 2001
From: xuyz <12510705@qq.com>
Date: Wed, 7 Aug 2019 23:28:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E7=94=A8=E5=B7=A5=E5=85=B7=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 6 ++++++
src/main/java/TestTreeMap.java | 19 -------------------
xu-admin/pom.xml | 15 +++++++++++++++
xu-common/pom.xml | 15 +++++++++++++++
xu-sdk/pom.xml | 15 +++++++++++++++
5 files changed, 51 insertions(+), 19 deletions(-)
delete mode 100644 src/main/java/TestTreeMap.java
create mode 100644 xu-admin/pom.xml
create mode 100644 xu-common/pom.xml
create mode 100644 xu-sdk/pom.xml
diff --git a/pom.xml b/pom.xml
index e040a11..376fe46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,13 @@
xuTools
com.xuyz
+ pom
1.0-SNAPSHOT
+
+ xu-common
+ xu-sdk
+ xu-admin
+
\ No newline at end of file
diff --git a/src/main/java/TestTreeMap.java b/src/main/java/TestTreeMap.java
deleted file mode 100644
index f42dba4..0000000
--- a/src/main/java/TestTreeMap.java
+++ /dev/null
@@ -1,19 +0,0 @@
-import java.util.TreeMap;
-
-/**
- * 功能描述:
- *
- * @version 1.0.0
- * @author: Zeny
- * @Date: Created in 2018/6/11 23:46.
- */
-public class TestTreeMap {
-
- public static void main(String[] args){
- TreeMap map = new TreeMap();
- map.put(2,12);
- map.put(1,1);
- map.put(3,1);
- System.out.print(map);
- }
-}
diff --git a/xu-admin/pom.xml b/xu-admin/pom.xml
new file mode 100644
index 0000000..1fde801
--- /dev/null
+++ b/xu-admin/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ com.xuyz
+ xuTools
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ xu-admin
+
+
+
\ No newline at end of file
diff --git a/xu-common/pom.xml b/xu-common/pom.xml
new file mode 100644
index 0000000..447df2f
--- /dev/null
+++ b/xu-common/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ com.xuyz
+ xuTools
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ xu-common
+
+
+
\ No newline at end of file
diff --git a/xu-sdk/pom.xml b/xu-sdk/pom.xml
new file mode 100644
index 0000000..f8dd2d3
--- /dev/null
+++ b/xu-sdk/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ com.xuyz
+ xuTools
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ xu-sdk
+
+
+
\ No newline at end of file