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