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 @ 2014-03-15 10:36 若愚若怯 閱讀(470) | 評論 (0)編輯 收藏
          <2014年3月>
          2324252627281
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          常用鏈接

          留言簿

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 兰西县| 越西县| 白朗县| 汤阴县| 五莲县| 吉安县| 南投市| 宁化县| 琼结县| 阜新市| 安宁市| 沿河| 洛阳市| 永州市| 大荔县| 依兰县| 东乡县| 广丰县| 通榆县| 襄城县| 弋阳县| 进贤县| 四子王旗| 施甸县| 黄梅县| 苍山县| 克什克腾旗| 中山市| 洪泽县| 右玉县| 会泽县| 津市市| 繁昌县| 石棉县| 顺昌县| 桑日县| 梨树县| 淅川县| 邹平县| 增城市| 三原县|