1.导包
2.在web.xml文件中配置前端控制器dispatchServlet
3.创建springmvc配置文件springmvc.xml
4.编写controller
5.在springmvc中开启注解扫描