From 8ffc92e731968b541886aa5ac9b7abd4e9249a44 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期五, 20 九月 2024 18:06:40 +0800
Subject: [PATCH] 增加对接Lis、Pacs申请如果类型包含在配置内则使用对接lis、pacs

---
 ltkj-framework/pom.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ltkj-framework/pom.xml b/ltkj-framework/pom.xml
index 17e8210..50ecffd 100644
--- a/ltkj-framework/pom.xml
+++ b/ltkj-framework/pom.xml
@@ -16,6 +16,23 @@
     </description>
 
     <dependencies>
+        <dependency>
+            <groupId>redis.clients</groupId>
+            <artifactId>jedis</artifactId>
+            <version>2.9.0</version>
+        </dependency>
+
+
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-starter-cache</artifactId>
+            </dependency>
+            <dependency>
+                <groupId>net.sf.ehcache</groupId>
+                <artifactId>ehcache</artifactId>
+            </dependency>
+
+
 
         <!-- SpringBoot Web瀹瑰櫒 -->
         <dependency>

--
Gitblit v1.8.0