year 2022

2.1.0
shengzhaoli.shengz 2022-04-30 23:57:24 +08:00
parent e97b814f13
commit 1e0d52a4bf
2 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@
<div>
<hr/>
<p class="text-center text-muted">
&copy; 2013 - 2021 <a href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>.
V${mainVersion}
&copy; 2013 - 2022 <a href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>.
v${mainVersion}
</p>
</div>
</div>

View File

@ -112,7 +112,7 @@
<p>
请求受保护的资源时传递
<mark>Access Token</mark>
有两种方式, 方式一在URL参数中添加<code>access_token</code>, 方式二在请求的Header中添加 <em>Authorization</em>, 其值为 <em>bearer
有两种方式, 方式一在URL参数中添加<code>access_token</code>, 方式二在请求的Header中添加 <em>Authorization</em>, 其值为 <em>Bearer
your_access_token</em>
</p>
</div>