Update version to 0.6-beta
parent
fb4390d98d
commit
bdc56f0f71
|
@ -16,7 +16,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
<link rel="shortcut icon" href="${contextPath}/resources/favicon.ico"/>
|
||||
|
||||
<title><decorator:title default=""/> - Spring Security&Oauth2</title>
|
||||
<title><decorator:title default=""/> - Spring Security&OAuth2</title>
|
||||
|
||||
<link href="${contextPath}/resources/bootstrap.min.css" rel="stylesheet"/>
|
||||
<style>
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
<h2>Spring Security&Oauth2
|
||||
<small class="badge" title="Version">0.5</small>
|
||||
<h2>Spring Security&OAuth2
|
||||
<small class="badge" title="Version">0.6-beta</small>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
|
@ -28,12 +28,12 @@
|
|||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
菜单 User 是不需要Oauth 验证即可访问的(即公开的resource); 用于管理用户信息(添加,删除等).
|
||||
菜单 User 是不需要OAuth 验证即可访问的(即公开的resource); 用于管理用户信息(添加,删除等).
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
菜单 Unity 与 Mobile 需要Oauth 验证后才能访问(即受保护的resource); <br/>
|
||||
菜单 Unity 与 Mobile 需要OAuth 验证后才能访问(即受保护的resource); <br/>
|
||||
Unity 需要 [ROLE_UNITY] 权限(resourceId:
|
||||
<mark>unity-resource</mark>
|
||||
), Mobile 需要 [ROLE_MOBILE] 权限(resourceId:
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Oauth Login</title>
|
||||
<title>OAuth Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2 class="page-header">Oauth Login</h2>
|
||||
<h2 class="page-header">OAuth Login</h2>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
|
|
Loading…
Reference in New Issue