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