From aa6be4960b9f4804fb63253accab063ec2a0bb9f Mon Sep 17 00:00:00 2001 From: ycl Date: Mon, 11 May 2026 13:51:21 +0800 Subject: [PATCH] =?UTF-8?q?#=E6=94=AF=E6=8C=81=E5=BE=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0facade=E6=A8=A1=E5=9D=97=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E6=94=BE=E7=BD=AE=E5=AF=B9=E5=A4=96=E7=9A=84rpc?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/facade/pom.xml | 11 +++++++++++ template/pom.xml | 1 + 2 files changed, 12 insertions(+) create mode 100644 template/facade/pom.xml diff --git a/template/facade/pom.xml b/template/facade/pom.xml new file mode 100644 index 0000000..ad37759 --- /dev/null +++ b/template/facade/pom.xml @@ -0,0 +1,11 @@ + + + 4.0.0 + + + {{ .groupId }} + {{ .artifactId }} + ${revision} + + {{ .artifactId }}-facade + diff --git a/template/pom.xml b/template/pom.xml index b835f5a..ac63bf0 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -309,5 +309,6 @@ entrance common public_service + facade \ No newline at end of file