From 56c4b870ac515a673f34c8c02068c1b451a53269 Mon Sep 17 00:00:00 2001 From: ycl Date: Mon, 11 May 2026 11:27:20 +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=94=AF=E6=8C=81=EF=BC=8C?= =?UTF-8?q?=E7=94=A8=E4=BA=8E=E5=BC=80=E6=94=BE=E8=B7=A8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9A=84rpc=E8=83=BD=E5=8A=9B?= 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