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="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>

7
src/main/webapp/index.jsp

@ -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…
Cancel
Save