亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

SSM框架怎么配置springmvc-config.xml文件

發布時間:2022-09-30 09:50:17 來源:億速云 閱讀:390 作者:iii 欄目:開發技術

這篇“SSM框架怎么配置springmvc-config.xml文件”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“SSM框架怎么配置springmvc-config.xml文件”文章吧。

Springmvc的配置文件springmvc-config.xml

<beans xmlns="http://www.springframework.org/schema/beans" 
       xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance" 
       xmlns:mvc ="http://www .springframework.org/schema/mvc" 
       xmlns:context ="http://www.springframework.org/schema/context" 
       xmlns:aop ="http://www.springframework.org/schema/aop" 
       xmlns:tx ="http://www.springframework.org/schema/tx" 
       xsi:schemaLocation ="http://www.springframework.org/schema/beans
    網址:www.springframework.org/schema/beans/spring-beans-4.3.xsd 
    http:www.springframework.org/schema/mvc 
    http:www.springframework.org/schema/mvc/spring-mvc-4.3.xsd 
    http:www.springframework.org/schema/context 
    http:www.springframework.org/schema/context/spring-context-4.3.xsd 
    http:www.springframework.org/schema/aop 
    http:www.springframework.org/schema/aop/spring-aop-4.3.xsd 
    http:www.springframework.org/schema/tx 
    http:www.springframework.org/schema/tx/spring-tx-4.3.xsd">
    <!-- 加載屬性文件 -->
    <context:property-placeholder location="classpath:resource.properties"/>
    <!-- 配置掃描儀-->
    <context:component-scan base- package ="com.ma.core.web.controller"/>
    <!-- 注解驅動:配置處理器映射器和適配器 -->
    <mvc:annotation-driven/>
    <!--配置靜態資源的訪問映射,此配置中的文件不會被前端控制器攔截-->
    <mvc:resources mapping="/js/**" location="/js/"/>
    <mvc:resources mapping="/css/**" location="/css/"/>
    <mvc:resources mapping="/fonts/**" location="/fonts/"/>
    <mvc:resources mapping="/images/**" location="/images/"/>
    <!-- 配置視圖解釋器ViewResolver -->
    <bean id="jspViewResolver"類="org.springframework.web.servlet.view.InternalResourceViewResolver">
        <property name="prefix" value="/WEB-INF/jsp/"/>
        <property name="suffix" value=".jsp"/>
    </豆>
    <!--配置攔截器-->
    <mvc:攔截器>
        <mvc:攔截器>
            <mvc:mapping path="/**"/>
            <bean class ="com.ma.core.interceptor.LoginInterceptor"/>
        </mvc:攔截器>
    </mvc:攔截器></beans>

以上就是關于“SSM框架怎么配置springmvc-config.xml文件”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

秦皇岛市| 绥芬河市| 红安县| 舒兰市| 峡江县| 洪洞县| 永和县| 特克斯县| 福贡县| 遂溪县| 扎鲁特旗| 华宁县| 文成县| 安顺市| 沙田区| 永吉县| 招远市| 云安县| 绿春县| 读书| 大庆市| 扶沟县| 盐源县| 南江县| 洱源县| 泸溪县| 合江县| 宜州市| 韶关市| 汶上县| 乌拉特前旗| 烟台市| 金门县| 阳原县| 尼勒克县| 辉县市| 台中市| 灵武市| 东乡县| 安塞县| 康平县|