2-SpringMVC的组件解析
3.1 SpringMVC的执行流程

文字描述

3.3 SpringMVC 注解解析



<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配置解析


3.5 知识要点
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!