From f517dc05ef03a9cc8575bb79e055c9d1974764f6 Mon Sep 17 00:00:00 2001 From: dawn9117 <silanglang@163.com> Date: 星期日, 28 十一月 2021 21:16:35 +0800 Subject: [PATCH] fix: 修复Object剩余存活时间BUG --- ruoyi-common/pom.xml | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 12f14a0..a033c7f 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -29,10 +29,15 @@ <artifactId>spring-web</artifactId> </dependency> - <!-- spring security 瀹夊叏璁よ瘉 --> + <!-- Sa-Token 鏉冮檺璁よ瘉, 鍦ㄧ嚎鏂囨。锛歨ttp://sa-token.dev33.cn/ --> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> + <groupId>cn.dev33</groupId> + <artifactId>sa-token-spring-boot-starter</artifactId> + </dependency> + <!-- Sa-Token 鏁村悎 jwt --> + <dependency> + <groupId>cn.dev33</groupId> + <artifactId>sa-token-jwt</artifactId> </dependency> <!-- 鑷畾涔夐獙璇佹敞瑙� --> @@ -70,11 +75,11 @@ <artifactId>snakeyaml</artifactId> </dependency> - <!-- Token鐢熸垚涓庤В鏋�--> - <dependency> - <groupId>io.jsonwebtoken</groupId> - <artifactId>jjwt</artifactId> - </dependency> +<!-- <!–Token鐢熸垚涓庤В鏋�–>--> +<!-- <dependency>--> +<!-- <groupId>io.jsonwebtoken</groupId>--> +<!-- <artifactId>jjwt</artifactId>--> +<!-- </dependency>--> <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> -- Gitblit v1.9.3