初始化

This commit is contained in:
2025-04-16 16:26:54 +08:00
parent ec056f7c11
commit 92158cdd91
375 changed files with 19 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
<packaging>pom</packaging>
<modules>
<module>tashow-dependencies</module>
<module>tashow-platform-framework</module>
<module>tashow-framework</module>
<module>tashow-module</module>
<module>tashow-gateway</module>
</modules>

View File

@@ -8,6 +8,7 @@
<groupId>com.tashow.cloud</groupId>
<version>${revision}</version>
</parent>
<artifactId>tashow-framework</artifactId>
<packaging>pom</packaging>
<modules>
<module>tashow-common</module>
@@ -28,7 +29,7 @@
<module>tashow-data-excel</module>
</modules>
<artifactId>tashow-platform-framework</artifactId>
<description>
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
1. core 包:是该组件的核心封装

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-platform-framework</artifactId>
<artifactId>tashow-framework</artifactId>
<version>${revision}</version>
</parent>
<artifactId>tashow-common</artifactId>

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-platform-framework</artifactId>
<artifactId>tashow-framework</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-platform-framework</artifactId>
<artifactId>tashow-framework</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Some files were not shown because too many files have changed in this diff Show More