码迷,mamicode.com
首页 > 编程语言 > 详细

SpringMVC基本包

时间:2016-11-14 12:24:24      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:att   渲染   mvc   alt   lease   xml配置   log   技术分享   src   

commons-logging-1.2.jar

spring-beans-4.3.3.RELEASE.jar

spring-context-4.3.3.RELEASE.jar

spring-web-4.3.3.RELEASE.jar

spring-webmvc-4.3.3.RELEASE.jar

web.xml配置

技术分享

spring-servlet.xml头文件copy地址。

技术分享

the web中

技术分享

 

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:p="http://www.springframework.org/schema/p"
    xmlns:context="http://www.springframework.org/schema/context"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd
        http://www.springframework.org/schema/context
        http://www.springframework.org/schema/context/spring-context.xsd">
配置handlermapping handleradapter 渲染器
ok

SpringMVC基本包

标签:att   渲染   mvc   alt   lease   xml配置   log   技术分享   src   

原文地址:http://www.cnblogs.com/alloevil/p/6061146.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!