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-support/pom.xml Normal file → Executable file
View File

0
sop-support/sop-doc-plugin/changelog.md Normal file → Executable file
View File

1
sop-support/sop-doc-plugin/pom.xml Normal file → Executable file
View File

@@ -99,6 +99,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-support/sop-doc-plugin/readme.md Normal file → Executable file
View File

2
sop-support/sop-service-support/pom.xml Normal file → Executable file
View File

@@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<version>3.6.2</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>

0
sop-support/sop-spring-boot-starter/pom.xml Normal file → Executable file
View File