From 1c4e34d8a8f5f61228e6cbe90125fb8f727ce23a Mon Sep 17 00:00:00 2001 From: oyo Date: Wed, 27 May 2026 17:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/pom.xml | 2 +- template/public_api/dist/pom.xml | 4 +- template/public_api/interfaces/pom.xml | 2 +- template/public_api/pom.xml | 54 +++++++++++++++++++++++--- template/public_api/types/pom.xml | 2 +- 5 files changed, 53 insertions(+), 11 deletions(-) diff --git a/template/pom.xml b/template/pom.xml index 7c369c0..2e4f374 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -344,7 +344,7 @@ public_api/types - public_api/api + public_api/interfaces public_service entrance common diff --git a/template/public_api/dist/pom.xml b/template/public_api/dist/pom.xml index a32d66c..6b29628 100644 --- a/template/public_api/dist/pom.xml +++ b/template/public_api/dist/pom.xml @@ -5,7 +5,7 @@ {{ .groupId }} {{ .artifactId }}-public-api - ${revision} + 1.0-SNAPSHOT ../pom.xml {{ .artifactId }}-api @@ -56,7 +56,7 @@ false - true + false diff --git a/template/public_api/interfaces/pom.xml b/template/public_api/interfaces/pom.xml index 420e076..67d22ee 100644 --- a/template/public_api/interfaces/pom.xml +++ b/template/public_api/interfaces/pom.xml @@ -5,7 +5,7 @@ {{ .groupId }} {{ .artifactId }}-public-api - ${revision} + 1.0-SNAPSHOT ../pom.xml {{ .artifactId }}-public-api-interfaces diff --git a/template/public_api/pom.xml b/template/public_api/pom.xml index 1c6fc71..e6f098d 100644 --- a/template/public_api/pom.xml +++ b/template/public_api/pom.xml @@ -2,15 +2,57 @@ 4.0.0 - - {{ .groupId }} - {{ .artifactId }} - ${revision} - ../pom.xml - + {{ .groupId }} {{ .artifactId }}-public-api + 1.0-SNAPSHOT pom + + UTF-8 + 11 + 11 + 1.0-SNAPSHOT + 1.18.20 + 2.0.1.Final + 2.0 + + + + + io.github.think-1024 + toco-all-spring5-springboot2-community + ${toco.version} + + + javax.validation + validation-api + ${validation-api.version} + + + org.projectlombok + lombok + ${lombok.version} + provided + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${project.build.sourceEncoding} + + + + + + types interfaces diff --git a/template/public_api/types/pom.xml b/template/public_api/types/pom.xml index e7f70ee..a5d8611 100644 --- a/template/public_api/types/pom.xml +++ b/template/public_api/types/pom.xml @@ -5,7 +5,7 @@ {{ .groupId }} {{ .artifactId }}-public-api - ${revision} + 1.0-SNAPSHOT ../pom.xml {{ .artifactId }}-public-api-types