This commit is contained in:
六如
2024-12-22 23:09:46 +08:00
parent 02fb5a9e85
commit 403e8111f4
1239 changed files with 4764 additions and 702 deletions

0
sop-sdk/sdk-java/.gitignore vendored Normal file → Executable file
View File

2
sop-sdk/sdk-java/pom.xml Normal file → Executable file
View File

@@ -56,6 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
@@ -63,6 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>

0
sop-sdk/sdk-java/readme.md Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
sop-sdk/sdk-java/src/main/resources/file1.txt Normal file → Executable file
View File

0
sop-sdk/sdk-java/src/main/resources/file2.txt Normal file → Executable file
View File

View File

View File