00007 Security implement different privilege.
parent
bf28a4de96
commit
6c5a5fa50a
6
pom.xml
6
pom.xml
|
@ -62,12 +62,6 @@
|
|||
<Implementation-BuildNumber>
|
||||
${project.version}
|
||||
</Implementation-BuildNumber>
|
||||
<Specification-Vendor>
|
||||
wdcy.cc
|
||||
</Specification-Vendor>
|
||||
<Implementation-Vendor>
|
||||
wdcy.cc
|
||||
</Implementation-Vendor>
|
||||
<Implementation-Title>
|
||||
${project.name}
|
||||
</Implementation-Title>
|
||||
|
|
|
@ -13,12 +13,9 @@
|
|||
<c:set var="contextPath" value="${pageContext.request.contextPath}" scope="application"/>
|
||||
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="keywords" content="wdcy.cc"/>
|
||||
<meta name="description" content="wdcy.cc"/>
|
||||
<meta name="author" content="wdcy.cc"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
|
||||
<title><decorator:title default=""/> - WDCY Oauth</title>
|
||||
<title><decorator:title default=""/> - Spring Security&Oauth2</title>
|
||||
<decorator:head/>
|
||||
|
||||
</head>
|
||||
|
@ -29,7 +26,7 @@
|
|||
<div>
|
||||
<hr/>
|
||||
<p>
|
||||
<a href="mailto:monkeyk1987@gmail.com">monkeyk1987@gmail.com</a>, from <a href="http://wdcy.cc" target="_blank">WDCY</a>.
|
||||
<a href="mailto:monkeyk1987@gmail.com">monkeyk1987@gmail.com</a>, from <a href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue