v1.0.1 Removed Unused Files

master
Yan 3 weeks ago
parent 0543b1a7ac
commit 262998e70b

@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>struts7-springboot3-integration</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>Struts7 Spring-Boot3 HelloWorld Demo</name>

@ -1,2 +1 @@
spring.application.name=struts7-springboot3-integration
server.contextPath=/webapp
spring.application.name=struts7-springboot3-integration

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>Spring Struts 2</display-name>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
</web-app>
Loading…
Cancel
Save