課程
/后端開發
/Java
/基于SSH實現員工管理系統之案例實現篇
web.xml給我一份可好?
2016-12-09
源自:基于SSH實現員工管理系統之案例實現篇 1-3
正在回答
<?xml version="1.0" encoding="UTF-8"?>
<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">
?<display-name>ssh_member</display-name>
?<welcome-file-list>
? ?<welcome-file>index.html</welcome-file>
? ?<welcome-file>index.htm</welcome-file>
? ?<welcome-file>index.jsp</welcome-file>
? ?<welcome-file>default.html</welcome-file>
? ?<welcome-file>default.htm</welcome-file>
? ?<welcome-file>default.jsp</welcome-file>
?</welcome-file-list>
?<filter>
? ?<filter-name>OpenSessionInViewFilter</filter-name>
? ?<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
?</filter>
?<filter-mapping>
? ?<url-pattern>*.action</url-pattern>
?</filter-mapping>
?<listener>
? ?<listener-class> org.springframework.web.context.ContextLoaderListener</listener-class>
?</listener>
?<context-param>
? ?<param-name>contextConfigLocation</param-name>
? ?<param-value>classpath:applicationContext.xml</param-value>
?</context-param>
? ?<filter-name>struts</filter-name>
? ?<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
? ?<url-pattern>/*</url-pattern>
</web-app>
舉報
SSH框架整合案例之實現篇,手把手帶你實現員工管理系統
1 回答可以給我一些資源嗎
1 回答web.xml文件
1 回答求一份整合jar包
1 回答這可如何是好
1 回答ssh整合jar包分享一份。拜托了。[email protected]
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-12-09
<?xml version="1.0" encoding="UTF-8"?>
<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">
?<display-name>ssh_member</display-name>
?<welcome-file-list>
? ?<welcome-file>index.html</welcome-file>
? ?<welcome-file>index.htm</welcome-file>
? ?<welcome-file>index.jsp</welcome-file>
? ?<welcome-file>default.html</welcome-file>
? ?<welcome-file>default.htm</welcome-file>
? ?<welcome-file>default.jsp</welcome-file>
?</welcome-file-list>
?<filter>
? ?<filter-name>OpenSessionInViewFilter</filter-name>
? ?<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
?</filter>
?<filter-mapping>
? ?<filter-name>OpenSessionInViewFilter</filter-name>
? ?<url-pattern>*.action</url-pattern>
?</filter-mapping>
?<listener>
? ?<listener-class> org.springframework.web.context.ContextLoaderListener</listener-class>
?</listener>
?<context-param>
? ?<param-name>contextConfigLocation</param-name>
? ?<param-value>classpath:applicationContext.xml</param-value>
?</context-param>
?<filter>
? ?<filter-name>struts</filter-name>
? ?<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
?</filter>
?<filter-mapping>
? ?<filter-name>struts</filter-name>
? ?<url-pattern>/*</url-pattern>
?</filter-mapping>
</web-app>