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 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/iplatform-support-mybatis/pom.xml b/iplatform-support-mybatis/pom.xml
index c16d53b..b8457cb 100644
--- a/iplatform-support-mybatis/pom.xml
+++ b/iplatform-support-mybatis/pom.xml
@@ -48,6 +48,12 @@
             <artifactId>iplatform-core</artifactId>
         </dependency>
 
+        <!-- 鎻愪緵鏁版嵁搴搄dbc鏀寔锛屾煡璇㈣〃鍏冩暟鎹�, 2024/02/20 -->
+        <dependency>
+            <groupId>com.walkersoft</groupId>
+            <artifactId>walker-jdbc</artifactId>
+        </dependency>
+
         <!--velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
 <!--        <dependency>-->
 <!--            <groupId>org.apache.velocity</groupId>-->
@@ -85,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