From 255c8a083ecf864f84c05677323c9ac0bb14672b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 21 十月 2021 09:33:13 +0800 Subject: [PATCH] add 增加 RedisUtils 测试设置过期时间 案例 --- ruoyi-extend/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-extend/pom.xml b/ruoyi-extend/pom.xml index 4df48ba..bee9117 100644 --- a/ruoyi-extend/pom.xml +++ b/ruoyi-extend/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>2.6.0</version> + <version>3.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ruoyi-extend</artifactId> @@ -13,6 +13,7 @@ <modules> <module>ruoyi-monitor-admin</module> + <module>ruoyi-xxl-job-admin</module> </modules> </project> -- Gitblit v1.9.3