index.jsp 690 B

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