From 4ea853589d263bf804dd4ab9fbb3eb6dc4cb7b0c Mon Sep 17 00:00:00 2001 From: ycl Date: Mon, 11 May 2026 12:00:51 +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=A0rpc=E6=A8=A1=E5=9D=97=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9=E5=A4=96=E5=B1=82facade=E7=9A=84?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/entrance/pom.xml | 1 + template/entrance/rpc/pom.xml | 21 +++++++++++++++++++++ template/pom.xml | 10 ++++++++++ 3 files changed, 32 insertions(+) create mode 100644 template/entrance/rpc/pom.xml diff --git a/template/entrance/pom.xml b/template/entrance/pom.xml index 881cf4d..0853ed1 100644 --- a/template/entrance/pom.xml +++ b/template/entrance/pom.xml @@ -16,5 +16,6 @@ web + rpc diff --git a/template/entrance/rpc/pom.xml b/template/entrance/rpc/pom.xml new file mode 100644 index 0000000..0e01a98 --- /dev/null +++ b/template/entrance/rpc/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + + {{ .groupId }} + {{ .artifactId }}-entrance + ${revision} + + + {{ .artifactId }}-entrance-rpc + jar + + + + {{ .groupId }} + {{ .artifactId }}-service + + + + diff --git a/template/pom.xml b/template/pom.xml index db6fcda..2bf634c 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -17,6 +17,11 @@ {{ .parentArtifactId }}-common ${revision} + + {{ .groupId }} + {{ .parentArtifactId }}-facade + ${revision} + {{ .groupId }} {{ .artifactId }}-common @@ -50,6 +55,11 @@ {{ .parentArtifactId }}-common ${revision} + + {{ .groupId }} + {{ .parentArtifactId }}-facade + ${revision} + persist