模块 初始化

This commit is contained in:
2025-02-05 11:43:36 +08:00
parent 4191d4253f
commit c3c24e8ba3
13 changed files with 271 additions and 5 deletions

21
cash-sdk/pom.xml Normal file
View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.ysk</groupId>
<artifactId>cash</artifactId>
<version>1.0.0</version>
</parent>
<name>第三方内容</name>
<description>第三方内容</description>
<artifactId>cash-sdk</artifactId>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>