aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-demo/src/main/webapp/WEB-INF/servlet-context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'reference/logging-demo/src/main/webapp/WEB-INF/servlet-context.xml')
-rw-r--r--reference/logging-demo/src/main/webapp/WEB-INF/servlet-context.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/reference/logging-demo/src/main/webapp/WEB-INF/servlet-context.xml b/reference/logging-demo/src/main/webapp/WEB-INF/servlet-context.xml
new file mode 100644
index 0000000..18b1154
--- /dev/null
+++ b/reference/logging-demo/src/main/webapp/WEB-INF/servlet-context.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans:beans xmlns="http://www.springframework.org/schema/mvc"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:beans="http://www.springframework.org/schema/beans"
+ xmlns:context="http://www.springframework.org/schema/context"
+ xsi:schemaLocation="http://www.springframework.org/schema/mvc
+ http://www.springframework.org/schema/mvc/spring-mvc.xsd
+ http://www.springframework.org/schema/beans
+ http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context
+ http://www.springframework.org/schema/context/spring-context.xsd">
+ <annotation-driven />
+</beans:beans> \ No newline at end of file