首页时序图

发布时间 2023-05-15 09:51:19作者: 無碍
sequenceDiagram 客户端->>客户端:1.用户在浏览器输入url,按回车键 客户端->>+Indexcontroller:2.跳转请求 Indexcontroller->>+index.jsp:3.跳转 index.jsp->>index.jsp:4.jsp先在tomcat上运行,运行结果是html网页 index.jsp-->>-客户端:5.响应 note over 客户端,index.jsp:html网页 客户端->>客户端:6.浏览器在窗口上显示首页 客户端->>客户端:7.当首页打开时,通过window.location向登录页面发请求 客户端->>UserController:8.跳转请求 UserController->>login.jsp:9.跳转 login.jsp->>login.jsp:10.首先在tomcat中运行,结果是html网页 login.jsp->>客户端:11.响应 note over 客户端,login.jsp:html网页 客户端->>客户端:12.l