diff --git a/code/Cpicxim-XMNHSA-Repeater/.vscode/settings.json b/code/Cpicxim-XMNHSA-Repeater/.vscode/settings.json
index e0f15db..0be1c0c 100644
--- a/code/Cpicxim-XMNHSA-Repeater/.vscode/settings.json
+++ b/code/Cpicxim-XMNHSA-Repeater/.vscode/settings.json
@@ -1,3 +1,4 @@
{
- "java.configuration.updateBuildConfiguration": "automatic"
+ "java.configuration.updateBuildConfiguration": "automatic",
+ "java.compile.nullAnalysis.mode": "automatic"
}
\ No newline at end of file
diff --git a/code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/classes/spring.xml b/code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/classes/spring.xml
new file mode 100644
index 0000000..a349f68
--- /dev/null
+++ b/code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/classes/spring.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/web.xml b/code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/web.xml
index ce1c1e6..3eb9446 100644
--- a/code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/web.xml
+++ b/code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/web.xml
@@ -8,5 +8,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd">
Archetype Created Web Application
+
+
+ springmvc
+ org.springframework.web.servlet.DispatcherServlet
+
+ contextConfigLocation
+ classpath:spring.xml
+
+ 1
+
+
+ springmvc
+ *.do
+
+
\ No newline at end of file