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
- /*
-
-
-