Skip to content

Commit 8aca264

Browse files
committed
修改项目名
1 parent 3175d6a commit 8aca264

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

imoocSSHStudentManagementSystem/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>imoocSSHStudentManagementSystem</name>
3+
<name>imoocSHStudentManagementSystem</name>
44
<comment></comment>
55
<projects>
66
</projects>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2-
<wb-module deploy-name="imoocSSHStudentManagementSystem">
2+
<wb-module deploy-name="imoocSHStudentManagementSystem">
33
<wb-resource deploy-path="/" source-path="/WebRoot" tag="defaultRootSource"/>
44
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
55
<wb-resource deploy-path="/WEB-INF/classes" source-path="/test"/>
6-
<property name="context-root" value="imoocSSHStudentManagementSystem"/>
7-
<property name="java-output-path" value="/imoocSSHStudentManagementSystem/build/classes"/>
6+
<property name="java-output-path" value="/imoocSHStudentManagementSystem/build/classes"/>
7+
<property name="context-root" value="imoocSHStudentManagementSystem"/>
88
</wb-module>
99
</project-modules>
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
3-
4-
5-
<!-- 配置Struts2核心过滤器 -->
63
<filter>
74
<filter-name>struts</filter-name>
85
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
@@ -11,12 +8,9 @@
118
<filter-name>struts</filter-name>
129
<url-pattern>/*</url-pattern>
1310
</filter-mapping>
14-
15-
16-
<display-name>imoocSSHStudentManagementSystem</display-name>
11+
<display-name>imoocSHStudentManagementSystem</display-name>
1712
<welcome-file-list>
1813
<welcome-file>index.html</welcome-file>
1914
<welcome-file>/jsp/users/Users_login.jsp</welcome-file>
20-
2115
</welcome-file-list>
2216
</web-app>

0 commit comments

Comments
 (0)