最簡單的springmvc搭建

1.使用maven,在pom.xml裏引入springmvc需要的包: 這裏只需要引入spring-webmvcjar包就好,maven會自動添加其他需要的依賴,spring-core、spring-beans等: 2.配置web.xml: 配置DispatcherServlet,作爲springmvc的入口,攔截所有請求; 在init-param配置contextConfigLocation加載
相關文章
相關標籤/搜索