- 2023-04-25spring mvc3.2 请求及响应过程
doFilter-->doFilterInternal-->filterChain.doFilter-->HttpServletservice(request,response)-->doGet(req,resp)-->DispatcherServletservice(ServletRequestreq,ServletResponseres)-->FrameworkServlet.processRequest-->doDispatch(request
- 2023-04-25spring mvc3.2 requestbody json显示原理
1,publicinterfaceHandlerMethodReturnValueHandler{ /** *Whetherthegiven{@linkplainMethodParametermethodreturntype}is *supportedbythishandler. * *@paramreturnTypethemethodreturntypetocheck *@return{@codetrue}ifthis
- 2023-04-25spring mvc3.2启动分析
1,GenericServletpublicvoidinit(ServletConfigconfig)throwsServletException{ this.config=config; this.init();}2,HttpServletBean publicfinalvoidinit()throwsServletException{ if(logger.isDebugEnabled()){ logger.debug("