From b87e0fa124ca35599747c601d778d3cece7e31c5 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Wed, 27 Oct 2021 15:34:47 +0800
Subject: [PATCH] !358 update ruoyi-common/src/main/java/com/ruoyi/common/core/redis/RedisCache.java. Merge pull request !358 from 雪丛/N/A
---
ruoyi-common/pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 70e1aec..eb84d30 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>ruoyi</artifactId>
<groupId>com.ruoyi</groupId>
- <version>3.2.1</version>
+ <version>3.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -43,8 +43,8 @@
<!-- 自定义验证注解 -->
<dependency>
- <groupId>javax.validation</groupId>
- <artifactId>validation-api</artifactId>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!--常用工具类 -->
--
Gitblit v1.9.2