From 7c1ebab778ee848e97f72f4c8589b1f5bf105371 Mon Sep 17 00:00:00 2001
From: monkeyk7
Date: Thu, 4 Jun 2020 22:46:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?=
=?UTF-8?q?=20=E4=B8=BA=202.1.0=EF=BC=8C=20=E5=B9=B6=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E5=BC=80=E5=8F=91=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 13 ++++++++++++-
pom.xml | 2 +-
src/main/java/com/monkeyk/sos/web/WebUtils.java | 2 +-
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f27437c..8f09734 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,18 @@ Base on Spring-Boot
项目的开发管理使用开源项目 andaily-developer.
-
+
+ -
+
+ Version: 2.1.0 [pending]
+
+ Date: 2020-06-05 / ---
+
+
+ 升级access_token, refresh_token为JWT(Json Web Token), 提高性能
+
+
+
-
Version: 2.0.2 [finished]
diff --git a/pom.xml b/pom.xml
index a500c14..c668572 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.monkeyk
spring-oauth-server
- 2.0.2
+ 2.1.0
war
${project.artifactId}
diff --git a/src/main/java/com/monkeyk/sos/web/WebUtils.java b/src/main/java/com/monkeyk/sos/web/WebUtils.java
index a461853..cb05feb 100644
--- a/src/main/java/com/monkeyk/sos/web/WebUtils.java
+++ b/src/main/java/com/monkeyk/sos/web/WebUtils.java
@@ -16,7 +16,7 @@ public abstract class WebUtils {
/**
* Sync by pom.xml
*/
- public static final String VERSION = "2.0.2";
+ public static final String VERSION = "2.1.0";
private static ThreadLocal ipThreadLocal = new ThreadLocal<>();