From ef9d846de18b685d61197c73c3eab07d2b801dc1 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期二, 23 一月 2024 16:08:30 +0800
Subject: [PATCH] 增加握手协议和增加Json文件

---
 springboot-vue3/pom.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/springboot-vue3/pom.xml b/springboot-vue3/pom.xml
index 5c51982..c4a06f2 100644
--- a/springboot-vue3/pom.xml
+++ b/springboot-vue3/pom.xml
@@ -28,6 +28,8 @@
     </properties>
 
     <dependencies>
+
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
@@ -80,7 +82,7 @@
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-spring-boot-starter</artifactId>
-            <version>1.8.0</version>
+            <version>1.8.0</version>  
         </dependency>
         <!--mybatis-plus-->
         <dependency>

--
Gitblit v1.8.0