Spring Annotation MVC Sample
contextConfigLocation
classpath:applicationContext.xml
org.springframework.web.context.ContextLoaderListener
annomvc
org.springframework.web.servlet.DispatcherServlet
2
annomvc
*.do
清单 3. annomvc-servlet.xml
web.xml 中定义了一个名为 annomvc 的 Spring MVC 模块,按照 Spring MVC 的契约,需要在 WEB-INF/annomvc-servlet.xml 配置文件中定义 Spring MVC 模块的具体配置。annomvc-servlet.xml 的配置内容如下所示: