Change to wdcy
parent
e1aa19638c
commit
4525302062
|
@ -29,7 +29,7 @@
|
||||||
<meta name="description" content="wdcy.cc"/>
|
<meta name="description" content="wdcy.cc"/>
|
||||||
<meta name="author" content="wdcy.cc"/>
|
<meta name="author" content="wdcy.cc"/>
|
||||||
|
|
||||||
<title><decorator:title default=""/> - Oauth</title>
|
<title><decorator:title default=""/> - WDCY Oauth</title>
|
||||||
<decorator:head/>
|
<decorator:head/>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -37,5 +37,11 @@
|
||||||
<div>
|
<div>
|
||||||
<decorator:body/>
|
<decorator:body/>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<hr/>
|
||||||
|
<p>
|
||||||
|
Copyright <a href="http://wdcy.cc" target="_blank">wdcy.cc</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -22,7 +22,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h3>spring-oauth is work!</h3>
|
<h3>spring-oauth is work!</h3>
|
||||||
<a href="${contextPath}/logout.do">Logout</a>
|
|
||||||
|
<p>
|
||||||
|
<a href="${contextPath}/logout.do">Logout</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
操作说明:
|
操作说明:
|
||||||
|
@ -37,6 +40,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
<br/>
|
||||||
|
菜单
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="${contextPath}/user/overview.htm">User</a>
|
<a href="${contextPath}/user/overview.htm">User</a>
|
||||||
|
|
Loading…
Reference in New Issue