调整框架,删除不必要的组件,添加sdk模块

This commit is contained in:
2025-05-23 17:30:37 +08:00
parent e2411f5014
commit d63cc2396a
41 changed files with 3574 additions and 0 deletions

17
tashow-sdk/pom.xml Normal file
View File

@@ -0,0 +1,17 @@
<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-sdk</artifactId>
<packaging>pom</packaging>
<modules>
<module>tashow-sdk-payment</module>
</modules>
</project>