From 5f324960c64d3cd7088854c0e3acf6c13e1377e9 Mon Sep 17 00:00:00 2001
From: Administrator <zhubaomin>
Date: 星期六, 27 七月 2024 10:22:24 +0800
Subject: [PATCH] 2024-07-29 朱宝民 定时式计划开阀接口、定量式计划开阀接口(PC机、小程序)

---
 pipIrr-platform/pom.xml |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pipIrr-platform/pom.xml b/pipIrr-platform/pom.xml
index 1732cbc..c195141 100644
--- a/pipIrr-platform/pom.xml
+++ b/pipIrr-platform/pom.xml
@@ -74,7 +74,14 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-configuration-processor</artifactId>
+                <version>3.1.3</version>
+                <type>pom</type>
+                <scope>import</scope>
+                <optional>true</optional>
+            </dependency>
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-devtools</artifactId>
@@ -361,4 +368,4 @@
             </plugins>
         </pluginManagement>
     </build>
-</project>
\ No newline at end of file
+</project>

--
Gitblit v1.8.0