From 2fe8291f1df0795490464118c3a6a56d72b205d4 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 26 十一月 2021 13:40:52 +0800 Subject: [PATCH] update 修改 LOGIN_TOKEN_KEY 内容 对应 satoken 的 key --- pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 80e82c2..55a8c88 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <poi.version>4.1.2</poi.version> <easyexcel.version>2.2.11</easyexcel.version> <velocity.version>1.7</velocity.version> - <satoken.version>1.27.0</satoken.version> + <satoken.version>1.28.0</satoken.version> <mybatis-plus.version>3.4.3.4</mybatis-plus.version> <p6spy.version>3.9.1</p6spy.version> <hutool.version>5.7.15</hutool.version> @@ -142,6 +142,12 @@ <artifactId>sa-token-spring-aop</artifactId> <version>${satoken.version}</version> </dependency> + <!-- Sa-Token 鏁村悎 jwt --> + <dependency> + <groupId>cn.dev33</groupId> + <artifactId>sa-token-jwt</artifactId> + <version>${satoken.version}</version> + </dependency> <!-- jdk11 缂哄け渚濊禆 jaxb--> <dependency> -- Gitblit v1.9.3