Servlet调用流程和Spring MVC调用流程

1、servlet调用流程图:

servlet生命周期:(Servlet 是单例的)

 

2、spring mvc调用流程图

  (所有的请求都会经过 DispatcherServlet)

 

原文地址:https://www.cnblogs.com/lkc9/p/11534472.html