From 2df2b0cb48829aeea89fd81db71db321a6b6e6a9 Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 12 Dec 2025 17:04:11 +0800 Subject: [PATCH] #add public-service-module --- template/entrance/web/pom.xml | 7 ------- template/public_service/pom.xml | 1 - 2 files changed, 8 deletions(-) diff --git a/template/entrance/web/pom.xml b/template/entrance/web/pom.xml index c8d7b80..279807a 100644 --- a/template/entrance/web/pom.xml +++ b/template/entrance/web/pom.xml @@ -7,13 +7,6 @@ ${revision} {{ .artifactId }}-entrance-web - - - {{ .groupId }} - {{ .artifactId }}-entrance-mq - ${revision} - - diff --git a/template/public_service/pom.xml b/template/public_service/pom.xml index b04e50b..1b97851 100644 --- a/template/public_service/pom.xml +++ b/template/public_service/pom.xml @@ -7,6 +7,5 @@ {{ .artifactId }} ${revision} - {{ .groupId }} {{ .artifactId }}-public-service