課程
/后端開發
/Java
/基于SSH實現員工管理系統之案例實現篇
請問誰有那個web.xml文件嗎
2018-12-20
源自:基于SSH實現員工管理系統之案例實現篇 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核心過濾器?--> ??<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的核心監聽器?--> ??<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>
舉報
SSH框架整合案例之實現篇,手把手帶你實現員工管理系統
1 回答web.xml給我一份可好?web.xml給我一份可好?web.xml給我一份可好?
1 回答...hbm.xml映射文件
2 回答sql文件在哪?
2 回答xml文件這些在哪
3 回答給出的素材里沒有html文件件
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-12-20