From 8924870a053f0b882ada86421c062cbdb9cff093 Mon Sep 17 00:00:00 2001
From: shikeying <shikeying@163.com>
Date: 星期三, 08 五月 2024 13:49:06 +0800
Subject: [PATCH] 去掉加密配置文件

---
 iplatform-support-mybatis/pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/iplatform-support-mybatis/pom.xml b/iplatform-support-mybatis/pom.xml
index 1a8584a..b8457cb 100644
--- a/iplatform-support-mybatis/pom.xml
+++ b/iplatform-support-mybatis/pom.xml
@@ -91,6 +91,13 @@
             <artifactId>poi-ooxml</artifactId>
         </dependency>
 
+        <!-- 鍩虹妯″潡鎻愪緵web鏀寔, 2022/10/31 -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-web</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
     </dependencies>
 
 </project>

--
Gitblit v1.9.1