Spring的配置文件ApplicationContext.xml配置头文件解析

原创 2016年12月16日 14:22:43
  • 5446
spring中的applicationContext.xml配置头文件解析
<?xmlversion="1.0"encoding="UTF-8"?>
<beansxmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:tx="http://www.springframework.org/schema/tx"
     xmlns:aop="http://www.springframework.org/schema/aop"
     xmlns:context="http://www.springframework.org/schema/context"
     xsi:schemaLocation="
     http://www.springframework.org/schema/beans
     http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
     http://www.springframework.org/schema/context
     http://www.springframework.org/schema/context/spring-context-4.1.xsd
     http://www.springframework.org/schema/tx
     http://www.springframework.org/schema/tx/spring-tx-4.1.xsd
     http://www.springframework.org/schema/aop
     http://www.springframework.org/schema/aop/spring-aop-4.1.xsd
     ">
</beans>
首先要做的是导入相关jar包,这里一aop为例所以只说导入了aop相关的jar包
这四个jar包是必不可少的。
jar包下载地址:http://pan.baidu.com/s/1nvTPNRV

配置头文件所引用的文件包(版本号要匹配上)

步骤
(1)、下载spring-framework-4.1.6

(2)、eclipse中点击window-preferances,在弹出框中输入xml catalog,看到如下界面

点击add

从文件选择其中找到你所下载的spring-framework-4.16打开文件夹,然后打开schema文件夹
该目录下就是你所要引入的相关标签的文件夹
下面以aop标签为例,其他标签都是同样的操作步骤。
(1)、打开aop文件夹。然后选中spring-aop-4.1.xsd,点击打卡如图
 
在这里需要特别注意的是location: F:\JavaIntegration\spring-framework-4.1.6.RELEASE-dist\spring-framework-4.1.6.RELEASE\schema\aop\spring-aop-4.1.xsd中的绿色背景的文字是与图中绿色框中的一样的,也就是版本一定要对应上,而红色框中的值就是上图中key的值。在这里特别说明的原因是有时我们会从网上复制头文件不知道其中的原理这样就会出现版本不对应的错误

注意!!!首先要保证 http://www.springframework.org/schema/beans/spring-beans.xsd 的约束文件Schema location要配置得有,不然其他的Schema location即使配置了也不会出来!!! 其次:key:的xsd文件最好不要写版本号

 
到此aop的头文件就配置完了,其他头文件标签配置与此类似。

最新文章

  1. ngx_http_proxy_module模块.md
  2. 【Alpha版本】 第二天 11.8
  3. T-SQL 基础学习 01
  4. hdu 5444 Elven Postman 二叉树
  5. Python 汉字转拼音库 pypinyin
  6. 前端开发之-------------合理利用CSS的权重----------------
  7. 从头开始编写一个Orchard网上商店模块(1) - 介绍
  8. 【带权并查集】【HDU3038】【How Many Answers Are Wrong】d s
  9. drupal7中CKEditor开启上传图片功能
  10. android linearlayout 把控件view置底部(放在页面最下方)
  11. 为经典版eclipse增加web and JavaEE插件
  12. Java自学如何找工作
  13. 使用python备份文件
  14. iOS系统及客户端软件测试的基础介绍
  15. tornado web
  16. 如果忘记了mysql密码怎么办?
  17. Bootstrap(8) 路径分页标签和徽章组件
  18. 使用 IntraWeb (3) - 页面切换
  19. laravel-excel文档翻译笔记
  20. 前端ajax传数据成功发送,但后端接收不到

热门文章

  1. Redis配置及使用
  2. snprintf()解析
  3. JavaApplet-Application Blocked..Your security setting have blocked an untrusted application from running..
  4. 手把手教你使用koa2
  5. js截取字符串substr和substring的区别
  6. ipynb to pdf
  7. POJ 3783 Balls --扔鸡蛋问题 经典DP
  8. VUE组件相关总结!
  9. Java并发编程(4)--生产者与消费者模式介绍
  10. 图文解说视频直播原理-zz