From 262998e70b0cb16f50dc5f526c3928b3b18a8648 Mon Sep 17 00:00:00 2001 From: Yan Date: Sun, 16 Mar 2025 08:59:34 +0800 Subject: [PATCH] v1.0.1 Removed Unused Files --- pom.xml | 2 +- src/main/resources/application.properties | 3 +-- src/main/webapp/WEB-INF/web.xml | 25 ----------------------- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/web.xml diff --git a/pom.xml b/pom.xml index 4389dc9..582d062 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.example struts7-springboot3-integration - 1.0.0 + 1.0.1 jar Struts7 Spring-Boot3 HelloWorld Demo diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0337899..86f6013 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1 @@ -spring.application.name=struts7-springboot3-integration -server.contextPath=/webapp \ No newline at end of file +spring.application.name=struts7-springboot3-integration \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index c7499cf..0000000 --- a/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - Spring Struts 2 - - - index.jsp - - - - org.springframework.web.context.ContextLoaderListener - - - - struts2 - org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter - - - - struts2 - /* - - -