初始化
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -9,7 +9,7 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>tashow-dependencies</module>
|
<module>tashow-dependencies</module>
|
||||||
<module>tashow-platform-framework</module>
|
<module>tashow-framework</module>
|
||||||
<module>tashow-module</module>
|
<module>tashow-module</module>
|
||||||
<module>tashow-gateway</module>
|
<module>tashow-gateway</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<groupId>com.tashow.cloud</groupId>
|
<groupId>com.tashow.cloud</groupId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
<artifactId>tashow-framework</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>tashow-common</module>
|
<module>tashow-common</module>
|
||||||
@@ -28,7 +29,7 @@
|
|||||||
<module>tashow-data-excel</module>
|
<module>tashow-data-excel</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<artifactId>tashow-platform-framework</artifactId>
|
|
||||||
<description>
|
<description>
|
||||||
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
|
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
|
||||||
1. core 包:是该组件的核心封装
|
1. core 包:是该组件的核心封装
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.tashow.cloud</groupId>
|
<groupId>com.tashow.cloud</groupId>
|
||||||
<artifactId>tashow-platform-framework</artifactId>
|
<artifactId>tashow-framework</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>tashow-common</artifactId>
|
<artifactId>tashow-common</artifactId>
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.tashow.cloud</groupId>
|
<groupId>com.tashow.cloud</groupId>
|
||||||
<artifactId>tashow-platform-framework</artifactId>
|
<artifactId>tashow-framework</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.tashow.cloud</groupId>
|
<groupId>com.tashow.cloud</groupId>
|
||||||
<artifactId>tashow-platform-framework</artifactId>
|
<artifactId>tashow-framework</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user