1.导入依赖 2.配置web.xml 就是DispatcherServlet 3.配置springmvc.xml 主要配置扫描包路径 开启注解 配置视图解析器 4.建立Controller jsp 5.测试