File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 />
3030 <div >
3131 <hr />
3232 <p class =" text-center text-muted" >
33- © ; 2013 - 2016
33+ © ; 2013 - 2018
343435- 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments