初始化

This commit is contained in:
2025-04-16 16:18:59 +08:00
parent 98fa23c686
commit ec056f7c11
1097 changed files with 45449 additions and 1439 deletions

18
tashow-module/pom.xml Normal file
View File

@@ -0,0 +1,18 @@
<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>
<parent>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-platform</artifactId>
<version>${revision}</version>
</parent>
<artifactId>tashow-module</artifactId>
<packaging>pom</packaging>
<modules>
<module>tashow-module-system</module>
<module>tashow-module-infra</module>
</modules>
</project>