http://yonge812.iteye.com/blog/1535488
org.springframework.web.servlet.DispatcherServlet是使用Spring MVC时的Front Controller,并不会初始化applicationContext。
只使用它,肯定会找不到bean定义。
web程序必须使用org.springframework.web.context.ContextLoaderListener
org.springframework.web.context.ContextLoaderServlet
这两种中的一种来初始化container