2014年4月9日

最简单的springmvc

摘要: web.xml: 1 2 7 8 9 contextConfigLocation10 classpath:applicationContext.xml11 12 13 14 15 org.springframework.web.context.ContextLoaderListener16 17 18 19 20 springmvc21 org.springframework.web.servlet.DispatcherServlet22 123 ... 阅读全文

posted @ 2014-04-09 17:00 confirmBname 阅读(159) 评论(0) 推荐(0) 编辑

导航