From 5c6f30a8a9cab5737aaa85c91d18d249682aca40 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 28 十月 2021 10:43:46 +0800 Subject: [PATCH] update RedisUtils 更新删除 hash 数据方法 --- 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 b6e9f9a..d276072 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -76,10 +76,10 @@ <artifactId>jjwt</artifactId> </dependency> - <!-- Jaxb --> + <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> </dependency> <!-- redis 缂撳瓨鎿嶄綔 --> -- Gitblit v1.9.3