From 7eaf32d0ced3c85628e7bbf8fa176e6906795dd7 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 30 十二月 2024 19:56:35 +0800
Subject: [PATCH] 1、生成的内容生成到指定目录

---
 hangzhoumesParent/pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/pom.xml b/hangzhoumesParent/pom.xml
index 9ef3261..b371f22 100644
--- a/hangzhoumesParent/pom.xml
+++ b/hangzhoumesParent/pom.xml
@@ -11,6 +11,7 @@
         <module>common</module>
         <module>moduleService</module>
         <module>gateway</module>
+        <module>mesHub</module>
     </modules>
     <packaging>pom</packaging>
 
@@ -42,6 +43,11 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.springframework.plugin</groupId>
+                <artifactId>spring-plugin-core</artifactId>
+                <version>2.0.0.RELEASE</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

--
Gitblit v1.8.0