From 1e0d52a4bfb53f61460304c4b984d087c888077b Mon Sep 17 00:00:00 2001 From: "shengzhaoli.shengz" Date: Sat, 30 Apr 2022 23:57:24 +0800 Subject: [PATCH] year 2022 --- src/main/webapp/WEB-INF/jsp/decorators/main.jsp | 4 ++-- src/main/webapp/WEB-INF/jsp/index.jsp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/decorators/main.jsp b/src/main/webapp/WEB-INF/jsp/decorators/main.jsp index 0eb5200..d602957 100644 --- a/src/main/webapp/WEB-INF/jsp/decorators/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/decorators/main.jsp @@ -33,8 +33,8 @@

- © 2013 - 2021 spring-oauth-server. - V${mainVersion} + © 2013 - 2022 spring-oauth-server. + v${mainVersion}

diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index a1efbad..c6446e6 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -112,7 +112,7 @@

请求受保护的资源时传递 Access Token - 有两种方式, 方式一在URL参数中添加access_token, 方式二在请求的Header中添加 Authorization, 其值为 bearer + 有两种方式, 方式一在URL参数中添加access_token, 方式二在请求的Header中添加 Authorization, 其值为 Bearer your_access_token