課程
/后端開(kāi)發(fā)
/Java
/基于SSH實(shí)現(xiàn)員工管理系統(tǒng)之案例實(shí)現(xiàn)篇
請(qǐng)問(wèn)誰(shuí)有那個(gè)web.xml文件嗎
2018-12-20
源自:基于SSH實(shí)現(xiàn)員工管理系統(tǒng)之案例實(shí)現(xiàn)篇 1-2
正在回答
<?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>sshpro</display-name> ?? ??<!--?Struts2核心過(guò)濾器?--> ??<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> ?? ??<!--?Spring的核心監(jiān)聽(tīng)器?--> ??<context-param> ??<param-name>contextConfigLocation</param-name> ??<param-value>classpath:applicationContext.xml</param-value> ??</context-param> ??<listener> ??<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> ??</listener> ?? ??<welcome-file-list> ??<welcome-file>index.jsp</welcome-file> ??</welcome-file-list> </web-app>
舉報(bào)
SSH框架整合案例之實(shí)現(xiàn)篇,手把手帶你實(shí)現(xiàn)員工管理系統(tǒng)
1 回答web.xml給我一份可好?web.xml給我一份可好?web.xml給我一份可好?
2 回答sql文件在哪?
1 回答...hbm.xml映射文件
2 回答xml文件這些在哪
3 回答給出的素材里沒(méi)有html文件件
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)
2018-12-20