posts - 6,  comments - 0,  trackbacks - 0
          1.項目的目錄結構圖:



          2.web.xml

           1 <?xml version="1.0" encoding="UTF-8"?>
           2 <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
           3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           4     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
           5     http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
           6     
           7     
           8     <!-- spring監聽器,監聽springMvc環境 -->
           9     <listener>
          10         <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
          11     </listener>
          12     <!-- 加載spring的配置文件 -->
          13     <context-param>
          14        <param-name>contextConfigLocation</param-name>
          15        <param-value>/WEB-INF/springmvc-servlet.xml</param-value>
          16     </context-param>
          17     <!-- 配置Spring MVC DispatcherServlet -->
          18     <servlet>
          19         <servlet-name>springmvc</servlet-name>
          20         <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
          21         <load-on-startup>2</load-on-startup>
          22     </servlet>
          23     <servlet-mapping>
          24         <servlet-name>springmvc</servlet-name>
          25         <url-pattern>*.do</url-pattern>
          26     </servlet-mapping>
          27 </web-app>



































          3


          posted on 2014-03-15 10:36 若愚若怯 閱讀(470) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2014年3月>
          2324252627281
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          常用鏈接

          留言簿

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 宜黄县| 东安县| 兴业县| 达拉特旗| 望奎县| 杭锦旗| 奎屯市| 抚远县| 双桥区| 宁波市| 铜陵市| 岳阳县| 祁东县| 乐昌市| 元谋县| 仁怀市| 阿拉尔市| 综艺| 宕昌县| 体育| 贺州市| 武陟县| 通河县| 五台县| 化隆| 无棣县| 漠河县| 武鸣县| 微博| 泰和县| 富蕴县| 汶上县| 报价| 清远市| 公主岭市| 霞浦县| 许昌市| 清丰县| 冷水江市| 千阳县| 离岛区|