From 9295402789748941f5d4d4d96ca0c6048680ae41 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 ac63bf0..2c23bd3 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -309,6 +309,6 @@ entrance common public_service - facade + client \ No newline at end of file