From 85cbca1fa3249945f6604ab65787e0a8627a98e8 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Wed, 19 Feb 2025 18:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.vscode/settings.json | 3 +- .../main/webapp/WEB-INF/classes/spring.xml | 37 +++++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 15 ++++++++ 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/classes/spring.xml 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