From 2cdea69719181b6c652d315a233d19ccf4d0663e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 22 十一月 2021 02:46:13 +0800 Subject: [PATCH] add 增加 缓存懒加载 开关 --- ruoyi-demo/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-demo/pom.xml b/ruoyi-demo/pom.xml index 756f3d1..93b9f9d 100644 --- a/ruoyi-demo/pom.xml +++ b/ruoyi-demo/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>2.4.0</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> -- Gitblit v1.9.3