From ff7147912a75c142d75e39d7a6353582773b5256 Mon Sep 17 00:00:00 2001
From: monkeyk7
Date: Thu, 4 Jun 2020 23:38:13 +0800
Subject: [PATCH] =?UTF-8?q?=20=E5=8D=87=E7=BA=A7spring-securit?=
=?UTF-8?q?y=20oauth2=E7=89=88=E6=9C=AC=E4=B8=BA2.3.8.RELEASE,=20=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0spring-security-jwt=E7=89=88=E6=9C=AC1.1.1.RELEASE
?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 1 +
pom.xml | 11 ++++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8f09734..47d2ad2 100644
--- a/README.md
+++ b/README.md
@@ -171,6 +171,7 @@ Base on Spring-Boot
升级access_token, refresh_token为JWT(Json Web Token), 提高性能
+ 升级spring-security oauth2版本为2.3.8.RELEASE, 增加spring-security-jwt版本1.1.1.RELEASE
diff --git a/pom.xml b/pom.xml
index c668572..3f085fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,8 @@
UTF-8
1.8
- 2.3.5.RELEASE
+ 2.3.8.RELEASE
+ 1.1.1.RELEASE
false
@@ -66,6 +67,14 @@
${spring.security.oauth.version}
+
+
+ org.springframework.security
+ spring-security-jwt
+ ${spring.security.jwt.version}
+
+
+