From 424c0b63338321fb29795b40de926839021a2714 Mon Sep 17 00:00:00 2001
From: WuPeng <wp@zafu.edu.cn>
Date: 星期日, 28 四月 2024 14:31:38 +0800
Subject: [PATCH] 修改on_stream_none_reader返回值

---
 pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index df841d5..e129b78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,10 @@
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-cache</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
         <dependency>

--
Gitblit v1.8.0