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秒
---
collect/pom.xml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/collect/pom.xml b/collect/pom.xml
index 682b8a1..d83d854 100644
--- a/collect/pom.xml
+++ b/collect/pom.xml
@@ -115,9 +115,13 @@
<artifactId>smart-starter-mybatis</artifactId>
<version>1.0.0</version>
</dependency>
-
-
-
+ <!--
+ <dependency>
+ <groupId>com.qianwen</groupId>
+ <artifactId>smart-starter-redis</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ -->
<!-- <dependency>
<groupId>org.opcfoundation</groupId>
--
Gitblit v1.9.3