Add convenient links

0.3
lishengzhao 2015-05-15 16:39:06 +08:00
parent 6c5a5fa50a
commit 02af9ac4a8
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
<title>User Overview</title> <title>User Overview</title>
</head> </head>
<body> <body>
<a href="../">Home</a>
<h2>User Overview</h2> <h2>User Overview</h2>
</body> </body>
</html> </html>

View File

@ -10,7 +10,7 @@
<title>Home</title> <title>Home</title>
</head> </head>
<body> <body>
<h2>spring-oauth is work!</h2> <h2>Spring Security&Oauth2 is work!</h2>
<p> <p>
<a href="${contextPath}/logout.do">Logout</a> <a href="${contextPath}/logout.do">Logout</a>