SpringMVC的基本实现

src下创建MVC的包结构

配置web.xml文件,配置SpringMVC的Servlet

 src下创建并配置springmvc.xml文件

原文地址:https://www.cnblogs.com/vincentmax/p/14308612.html