Skip to content

Commit

Permalink
常用工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyze committed Aug 7, 2019
1 parent 7c10657 commit 74babbe
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 19 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@

<groupId>xuTools</groupId>
<artifactId>com.xuyz</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>xu-common</module>
<module>xu-sdk</module>
<module>xu-admin</module>
</modules>


</project>
19 changes: 0 additions & 19 deletions src/main/java/TestTreeMap.java

This file was deleted.

15 changes: 15 additions & 0 deletions xu-admin/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>com.xuyz</artifactId>
<groupId>xuTools</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>xu-admin</artifactId>


</project>
15 changes: 15 additions & 0 deletions xu-common/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>com.xuyz</artifactId>
<groupId>xuTools</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>xu-common</artifactId>


</project>
15 changes: 15 additions & 0 deletions xu-sdk/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>com.xuyz</artifactId>
<groupId>xuTools</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>xu-sdk</artifactId>


</project>

0 comments on commit 74babbe

Please sign in to comment.