比较重要的部分
比较重要的部分
比较重要的部分
关于组件的部分
这里以 RequestMappingHandlerMapping 为例子
默认的3个组件是:
org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
org.springframework.web.servlet.function.support.RouterFunctionMapping
如果在spring-mvc.xml中配置了自定义的 HandlerMapping 组件,则不会加载默认的3个组件
下面的代码的加载过程