1234567891011121314151617181920212223 |
- <%--
- Created by IntelliJ IDEA.
- User: Zhao4
- Date: 2020/12/24
- Time: 0:11
- To change this template use File | Settings | File Templates.
- --%>
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- <title>WEB SSO</title>
- </head>
- <body>
- <div align="center">
- <h1>Web SSO单点登录</h1>
- <div style="font-size:20px;line-height:40px;">
- 尝试前往<a href="http://localhost:8081/SSOWebDemo1">第一个欢迎页面</a><br>
- 尝试前往<a href="http://localhost:8081/SSOWebDemo2">第二个欢迎页面</a><br>
- 请先前往<a href="http://localhost:8080/SSOAuth/login.jsp">登录页面</a>
- </div>
- </div>
- </body>
- </html>
|