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

spring mvc头

时间:2015-07-11 18:17:13      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:

  1. <?xml version="1.0" encoding="UTF-8"?>  
  2. <beans xmlns="http://www.springframework.org/schema/beans"  
  3.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
  4.        xmlns:aop="http://www.springframework.org/schema/aop"  
  5.        xmlns:tx="http://www.springframework.org/schema/tx"  
  6.        xmlns:context="http://www.springframework.org/schema/context"  
  7.        xsi:schemaLocation="http://www.springframework.org/schema/beans  
  8.                            http://www.springframework.org/schema/beans/spring-beans-2.5.xsd  
  9.                            http://www.springframework.org/schema/aop   
  10.                            http://www.springframework.org/schema/aop/spring-aop-2.5.xsd  
  11.                            http://www.springframework.org/schema/context   
  12.                            http://www.springframework.org/schema/context/spring-context-2.5.xsd  
  13.                            http://www.springframework.org/schema/tx   
  14.                            http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">  
  15. </beans

spring mvc头

标签:

原文地址:http://www.cnblogs.com/luoluoshidafu/p/4638973.html

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