2-SpringMVC的组件解析

3.1 SpringMVC的执行流程

image-20201207222526534

文字描述

image-20201207222548237

3.3 SpringMVC 注解解析

image-20201207222722411

image-20201207222808509

image-20201207222832899

<context:component-scan base-package=<context:component-scan base-package="com.ustc.controller">
    <context:include-filter type="annotation" expression="org.springframework.stereotype.Controller"/>
context:component-scan>

3.4 XML配置解析

image-20201207222920339

image-20201207223011893

3.5 知识要点

image-20201207223036638