Browse Source

Change to wdcy

0.2
lishengzhao 11 years ago
parent
commit
4525302062
  1. 8
      src/main/webapp/WEB-INF/jsp/decorators/main.jsp
  2. 7
      src/main/webapp/index.jsp

8
src/main/webapp/WEB-INF/jsp/decorators/main.jsp

@ -29,7 +29,7 @@
<meta name="description" content="wdcy.cc"/>
<meta name="author" content="wdcy.cc"/>
<title><decorator:title default=""/> - Oauth</title>
<title><decorator:title default=""/> - WDCY Oauth</title>
<decorator:head/>
</head>
@ -37,5 +37,11 @@
<div>
<decorator:body/>
</div>
<div>
<hr/>
<p>
Copyright <a href="http://wdcy.cc" target="_blank">wdcy.cc</a>
</p>
</div>
</body>
</html>

7
src/main/webapp/index.jsp

@ -22,7 +22,10 @@
</head>
<body>
<h3>spring-oauth is work!</h3>
<a href="${contextPath}/logout.do">Logout</a>
<p>
<a href="${contextPath}/logout.do">Logout</a>
</p>
<div>
操作说明:
@ -37,6 +40,8 @@
</li>
</ol>
</div>
<br/>
菜单
<ul>
<li>
<a href="${contextPath}/user/overview.htm">User</a>

Loading…
Cancel
Save