摘要:
Spring MVC运行原理: 客户端请求提交到DispatcherServlet由DispatcherServlet控制器查询一个或多个HandlerMapping,找到处理请求的ControllerDispatcherServlet将请求提交到ControllerController调用业务逻辑 阅读全文
摘要:
First of all, open the IDE > IDEA click File ->New Project Choose the basic spring-boot version. now I choose 2.1.0 M2, although i don't known the dif 阅读全文