From e82bea32b6abb676c9863f2fc16cdc8ba9c82137 Mon Sep 17 00:00:00 2001
From: zhubaomin <zhubaomin>
Date: 星期一, 02 九月 2024 13:53:14 +0800
Subject: [PATCH] 2024-09-02 朱宝民 优化获取全部地区接口

---
 pipIrr-platform/pipIrr-web/pom.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pom.xml b/pipIrr-platform/pipIrr-web/pom.xml
index 2d260be..7d26034 100644
--- a/pipIrr-platform/pipIrr-web/pom.xml
+++ b/pipIrr-platform/pipIrr-web/pom.xml
@@ -18,8 +18,8 @@
     <description>姝ゆā鍧椾负鍏朵粬web妯″潡鐨勫眬閮ㄥ叏灞�妯″潡锛屽彧瀹氫箟渚濊禆</description>
 
     <modules>
+        <module>pipIrr-mwTest-rtu</module>
         <module>pipIrr-mwTest-web</module>
-        <module>pipIrr-web-demo</module>
         <module>pipIrr-web-sso</module>
         <module>pipIrr-web-base</module>
         <module>pipIrr-web-remote</module>
@@ -30,6 +30,7 @@
         <module>pipIrr-web-irrigate</module>
         <module>pipIrr-web-wechat</module>
         <module>pipIrr-web-app</module>
+        <module>pipIrr-web-operation</module>
     </modules>
 
     <dependencies>
@@ -65,6 +66,11 @@
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-configuration-processor</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-devtools</artifactId>
             <scope>runtime</scope>
         </dependency>

--
Gitblit v1.8.0