【SpringMVC】使用Eclipse创建第一个SpringMVC项目任务一、实验准备二、实验步骤三、截图总结
任务:SpringMVC的“hello world”要求:在项目中引入SpringMVC依赖,实现基于SpringMVC的”HelloWorld“。目标:1)理解SpringMVC工作机制。2)了解DispatcherServlet核心类的作用。3)使用Controller,RequestMapping注解。