配置文件

配置DispatcherServlet到web中,拦截所有请求

ds
org.springframework.web.servlet.DispatcherServlet

contextConfigLocation //配置初始化创建SpringIOC容器的配置位置
classpath:Spring.xml //指定配置位置

1 //配置IOC容器提前启动


ds
/