From 7f9194c77c5e66b5d492d9b520d69d518624f1df Mon Sep 17 00:00:00 2001 From: dineshmadhwal Date: Thu, 1 Dec 2016 23:48:14 +0800 Subject: [PATCH] Changed the config file name --- spring-mvc-handlers/src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-mvc-handlers/src/main/webapp/WEB-INF/web.xml b/spring-mvc-handlers/src/main/webapp/WEB-INF/web.xml index d47deec14e..b6f1065cad 100644 --- a/spring-mvc-handlers/src/main/webapp/WEB-INF/web.xml +++ b/spring-mvc-handlers/src/main/webapp/WEB-INF/web.xml @@ -8,7 +8,7 @@ org.springframework.web.servlet.DispatcherServlet contextConfigLocation - classpath*:spring-servlet.xml + classpath*:spring-servlet_RequestMappingHandlerAdapter.xml 1