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

This commit is contained in:
2025-05-26 17:44:27 +08:00
parent e2411f5014
commit c7c29c0663
38 changed files with 3538 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>