From 1ba3014a4a4b8da8fb4e06739f0aabcbd8e86c69 Mon Sep 17 00:00:00 2001 From: dineshmadhwal Date: Thu, 1 Dec 2016 23:46:57 +0800 Subject: [PATCH] Removed commented configs --- ...servlet_AnnotationMethodHandlerAdapter.xml | 23 +++++++++++++++++++ ...g-servlet_RequestMappingHandlerAdapter.xml | 23 +++++++++++++++++++ ...servlet_SimpleControllerHandlerAdapter.xml | 21 +++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 spring-mvc-handlers/src/main/resources/spring-servlet_AnnotationMethodHandlerAdapter.xml create mode 100644 spring-mvc-handlers/src/main/resources/spring-servlet_RequestMappingHandlerAdapter.xml create mode 100644 spring-mvc-handlers/src/main/resources/spring-servlet_SimpleControllerHandlerAdapter.xml diff --git a/spring-mvc-handlers/src/main/resources/spring-servlet_AnnotationMethodHandlerAdapter.xml b/spring-mvc-handlers/src/main/resources/spring-servlet_AnnotationMethodHandlerAdapter.xml new file mode 100644 index 0000000000..f7f28db9fa --- /dev/null +++ b/spring-mvc-handlers/src/main/resources/spring-servlet_AnnotationMethodHandlerAdapter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-mvc-handlers/src/main/resources/spring-servlet_RequestMappingHandlerAdapter.xml b/spring-mvc-handlers/src/main/resources/spring-servlet_RequestMappingHandlerAdapter.xml new file mode 100644 index 0000000000..d19188e882 --- /dev/null +++ b/spring-mvc-handlers/src/main/resources/spring-servlet_RequestMappingHandlerAdapter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-mvc-handlers/src/main/resources/spring-servlet_SimpleControllerHandlerAdapter.xml b/spring-mvc-handlers/src/main/resources/spring-servlet_SimpleControllerHandlerAdapter.xml new file mode 100644 index 0000000000..d8d2e6809c --- /dev/null +++ b/spring-mvc-handlers/src/main/resources/spring-servlet_SimpleControllerHandlerAdapter.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + \ No newline at end of file