From 7623fdd38a5f881f8684427b9762bd4fa19f5b4f Mon Sep 17 00:00:00 2001 From: oyo Date: Mon, 1 Jun 2026 10:51:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BAremote=5Fcontract?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/pom.xml | 4 ++-- template/public_service/pom.xml | 2 +- template/{public_api => remote_contract}/dist/pom.xml | 8 ++++---- .../{public_api => remote_contract}/interfaces/pom.xml | 6 +++--- template/{public_api => remote_contract}/pom.xml | 2 +- template/{public_api => remote_contract}/types/pom.xml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) rename template/{public_api => remote_contract}/dist/pom.xml (86%) rename template/{public_api => remote_contract}/interfaces/pom.xml (73%) rename template/{public_api => remote_contract}/pom.xml (97%) rename template/{public_api => remote_contract}/types/pom.xml (76%) diff --git a/template/pom.xml b/template/pom.xml index 2e4f374..a249547 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -343,8 +343,8 @@ - public_api/types - public_api/interfaces + remote_contract/types + remote_contract/interfaces public_service entrance common diff --git a/template/public_service/pom.xml b/template/public_service/pom.xml index 02c1fd7..382b4cc 100644 --- a/template/public_service/pom.xml +++ b/template/public_service/pom.xml @@ -12,7 +12,7 @@ {{ .groupId }} - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types ${revision} diff --git a/template/public_api/dist/pom.xml b/template/remote_contract/dist/pom.xml similarity index 86% rename from template/public_api/dist/pom.xml rename to template/remote_contract/dist/pom.xml index f1e7601..217f639 100644 --- a/template/public_api/dist/pom.xml +++ b/template/remote_contract/dist/pom.xml @@ -9,12 +9,12 @@ {{ .groupId }} - {{ .artifactId }}-public-api-interfaces + {{ .artifactId }}-remote-contract-interfaces 3.0-SNAPSHOT {{ .groupId }} - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types 3.0-SNAPSHOT @@ -35,8 +35,8 @@ - {{ .groupId }}:{{ .artifactId }}-public-api-interfaces - {{ .groupId }}:{{ .artifactId }}-public-api-types + {{ .groupId }}:{{ .artifactId }}-remote-contract-interfaces + {{ .groupId }}:{{ .artifactId }}-remote-contract-types io.github.think-1024:toco-all-spring5-springboot2-community diff --git a/template/public_api/interfaces/pom.xml b/template/remote_contract/interfaces/pom.xml similarity index 73% rename from template/public_api/interfaces/pom.xml rename to template/remote_contract/interfaces/pom.xml index 420e076..c25e800 100644 --- a/template/public_api/interfaces/pom.xml +++ b/template/remote_contract/interfaces/pom.xml @@ -4,16 +4,16 @@ {{ .groupId }} - {{ .artifactId }}-public-api + {{ .artifactId }}-remote-contract ${revision} ../pom.xml - {{ .artifactId }}-public-api-interfaces + {{ .artifactId }}-remote-contract-interfaces {{ .groupId }} - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types ${revision} diff --git a/template/public_api/pom.xml b/template/remote_contract/pom.xml similarity index 97% rename from template/public_api/pom.xml rename to template/remote_contract/pom.xml index dff2d57..b5ef085 100644 --- a/template/public_api/pom.xml +++ b/template/remote_contract/pom.xml @@ -3,7 +3,7 @@ 4.0.0 {{ .groupId }} - {{ .artifactId }}-public-api + {{ .artifactId }}-remote-contract ${revision} pom diff --git a/template/public_api/types/pom.xml b/template/remote_contract/types/pom.xml similarity index 76% rename from template/public_api/types/pom.xml rename to template/remote_contract/types/pom.xml index e7f70ee..bb327b3 100644 --- a/template/public_api/types/pom.xml +++ b/template/remote_contract/types/pom.xml @@ -4,9 +4,9 @@ {{ .groupId }} - {{ .artifactId }}-public-api + {{ .artifactId }}-remote-contract ${revision} ../pom.xml - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types