課程
/后端開發(fā)
/Java
/基于SSH實(shí)現(xiàn)員工管理系統(tǒng)之案例實(shí)現(xiàn)篇
web.xml給我一份可好?
2016-12-09
源自:基于SSH實(shí)現(xiàn)員工管理系統(tǒng)之案例實(shí)現(xiàn)篇 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>
舉報(bào)
SSH框架整合案例之實(shí)現(xiàn)篇,手把手帶你實(shí)現(xiàn)員工管理系統(tǒng)
1 回答可以給我一些資源嗎
1 回答web.xml文件
1 回答求一份整合jar包
1 回答ssh整合jar包分享一份。拜托了。1131201834@qq.com
1 回答這可如何是好
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
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>