From e73270cf5bafec07c504aa07beade1bbc4bf61e3 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 14 十一月 2025 21:57:11 +0800
Subject: [PATCH] 离线默认配置改为300秒

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

diff --git a/pom.xml b/pom.xml
index 334b085..2479744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
   <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.7.18</version>
+        <version>2.3.12.RELEASE</version>
         <relativePath/> <!-- lookup parent from repository -->
   </parent>
   <modules>
@@ -37,7 +37,9 @@
 		<dependency>
 		    <groupId>com.baomidou</groupId>
 		    <artifactId>mybatis-plus-boot-starter</artifactId>
-		    <version>3.5.5</version>
+		    <version>3.5.1</version>
+		    <!--
+		    <version>3.5.5</version>-->
 		</dependency>
 	  <!--mysql-->
         <dependency>

--
Gitblit v1.9.3