# springmvc02 **Repository Path**: smallblack99/springmvc02 ## Basic Information - **Project Name**: springmvc02 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-04 - **Last Updated**: 2022-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##搭建SpringMVC环境 ###1、包结构 ###2、pom.xml spring-webmvc ###3、web.xml 核心过滤器,post字符编码过滤器 ###4、mvc.xml springmvc配置文件 ####4.1、组件扫描 ####4.2、mvc注解驱动 ####4.3、视图解析器 ####4.4、静态文件处理