From 01c11c86914a1d33664f87f877d5df8b3b09f265 Mon Sep 17 00:00:00 2001 From: ycl Date: Mon, 18 May 2026 16:54:36 +0800 Subject: [PATCH] #init commit --- template/entrance/job/pom.xml | 13 ------------- template/entrance/mq/pom.xml | 19 ------------------- template/entrance/pom.xml | 2 -- template/entrance/rpc/pom.xml | 25 +++++++++++++------------ template/pom.xml | 12 ++++++++++++ 5 files changed, 25 insertions(+), 46 deletions(-) delete mode 100644 template/entrance/job/pom.xml delete mode 100644 template/entrance/mq/pom.xml diff --git a/template/entrance/job/pom.xml b/template/entrance/job/pom.xml deleted file mode 100644 index d0384a8..0000000 --- a/template/entrance/job/pom.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - 4.0.0 - - - {{ .groupId }} - {{ .artifactId }}-entrance - ${revision} - - - {{ .artifactId }}-entrance-job - - diff --git a/template/entrance/mq/pom.xml b/template/entrance/mq/pom.xml deleted file mode 100644 index 37eb570..0000000 --- a/template/entrance/mq/pom.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - 4.0.0 - - - {{ .groupId }} - {{ .artifactId }}-entrance - ${revision} - - - {{ .artifactId }}-entrance-mq - - - - {{ .groupId }} - {{ .artifactId }}-service - - - diff --git a/template/entrance/pom.xml b/template/entrance/pom.xml index 06c1af2..66d6154 100644 --- a/template/entrance/pom.xml +++ b/template/entrance/pom.xml @@ -19,8 +19,6 @@ - job - mq web rpc diff --git a/template/entrance/rpc/pom.xml b/template/entrance/rpc/pom.xml index 5bfa6ec..0e01a98 100644 --- a/template/entrance/rpc/pom.xml +++ b/template/entrance/rpc/pom.xml @@ -1,20 +1,21 @@ - 4.0.0 + 4.0.0 - - {{ .groupId }} - {{ .artifactId }}-entrance - ${revision} + + {{ .groupId }} + {{ .artifactId }}-entrance + ${revision} - {{ .artifactId }}-entrance-rpc + {{ .artifactId }}-entrance-rpc + jar - - - {{ .groupId }} - {{ .artifactId }}-service - - + + + {{ .groupId }} + {{ .artifactId }}-service + + diff --git a/template/pom.xml b/template/pom.xml index bd1c45a..c962fb0 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -39,6 +39,18 @@ + + + {{ .groupId }} + {{ .parentArtifactId }}-public-service + ${revision} + + + {{ .groupId }} + {{ .parentArtifactId }}-common + ${revision} + + persist service