Skip to content

Commit 26ae005

Browse files
author
monkeyk7
committed
Oauth -> OAuth, update project link
1 parent 0a7952c commit 26ae005

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/main/webapp/WEB-INF/jsp/decorators/main.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
1717
<link rel="shortcut icon" href="${contextPath}/resources/favicon.ico"/>
1818

19-
<title><decorator:title default=""/> - Spring Security&Oauth2</title>
19+
<title><decorator:title default=""/> - Spring Security&OAuth2</title>
2020

2121
<link href="${contextPath}/resources/bootstrap.min.css" rel="stylesheet"/>
2222
<decorator:head/>
@@ -30,9 +30,9 @@
3030
<div>
3131
<hr/>
3232
<p class="text-center text-muted">
33-
&copy; 2013 - 2016
33+
&copy; 2013 - 2018
3434
<a href="mailto:[email protected]">[email protected]</a> from <a
35-
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
35+
href="https://github.com/monkeyk/spring-oauth-server" target="_blank">spring-oauth-server</a>
3636
</p>
3737
</div>
3838
</div>

src/main/webapp/index.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
</head>
1515
<body>
16-
<h2>Spring Security&Oauth2 is work!</h2>
16+
<h2>Spring Security&OAuth2 is work!</h2>
1717

1818
<p>
1919
<a href="${contextPath}/login.jsp">Login</a>
@@ -26,12 +26,12 @@
2626
<ol>
2727
<li>
2828
<p>
29-
菜单 User 是不需要Oauth 验证即可访问的(即公开的resource); 用于管理用户信息(添加,删除等).
29+
菜单 User 是不需要OAuth 验证即可访问的(即公开的resource); 用于管理用户信息(添加,删除等).
3030
</p>
3131
</li>
3232
<li>
3333
<p>
34-
菜单 Unity 与 Mobile 需要Oauth 验证后才能访问(即受保护的resource); <br/>
34+
菜单 Unity 与 Mobile 需要OAuth 验证后才能访问(即受保护的resource); <br/>
3535
Unity 需要 [ROLE_UNITY] 权限, Mobile 需要 [ROLE_MOBILE] 权限.
3636
</p>
3737
</li>

src/main/webapp/login.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<!DOCTYPE HTML>
99
<html>
1010
<head>
11-
<title>Oauth Login</title>
11+
<title>OAuth Login</title>
1212
</head>
1313
<body>
14-
<h2 class="page-header">Oauth Login</h2>
14+
<h2 class="page-header">OAuth Login</h2>
1515

1616
<div class="row">
1717
<div class="col-md-4">

0 commit comments

Comments
 (0)