From cd55ec8ca005233eb59ce2efd3cd487e0f219b01 Mon Sep 17 00:00:00 2001 From: oyo Date: Thu, 21 May 2026 14:30:38 +0800 Subject: [PATCH] =?UTF-8?q?facade=E6=94=B9=E4=B8=BAclient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/{facade => client}/pom.xml | 2 +- template/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename template/{facade => client}/pom.xml (89%) diff --git a/template/facade/pom.xml b/template/client/pom.xml similarity index 89% rename from template/facade/pom.xml rename to template/client/pom.xml index ad37759..a4d3e3e 100644 --- a/template/facade/pom.xml +++ b/template/client/pom.xml @@ -7,5 +7,5 @@ {{ .artifactId }} ${revision} - {{ .artifactId }}-facade + {{ .artifactId }}-client diff --git a/template/pom.xml b/template/pom.xml index da4f86d..3cc5fd3 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -303,6 +303,6 @@ entrance common public_service - facade + client \ No newline at end of file