日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Spring配置文件命名空間

系統 2016 0

?

?xmlns

xml namespace 的縮寫,也就是 XML 命名空間, xmlns 屬性可以在文檔中定義一個或多個可供選擇的命名空間

?

      <?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:context="http://www.springframework.org/schema/context"
       xmlns:tx="http://www.springframework.org/schema/tx"
       xmlns:aop="http://www.springframework.org/schema/aop"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
           
      
        http://www.springframework.org/schema/beans/spring-beans-2.5.xsd

      
      
        http://www.springframework.org/schema/aop
           http://www.springframework.org/schema/aop/spring-aop-2.5.xsd

      
                 http://www.springframework.org/schema/context
           http://www.springframework.org/schema/context/spring-context2.5.xsd
           http://www.springframework.org/schema/tx 
           http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">

	<aop:aspectj-autoproxy/>

	<!--使用注解的方式AOP注入-->
	
	<bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator"/>
	<bean id="person" class="hb.dao.imp.PersonImp"/>
	<bean id="aop" class="hb.aop.Aop"/>
	
</beans>

    

?命名空間的內容可以從對應的jar包中找到,這里以AOP為例子說明,如圖

?

Spring配置文件命名空間

?

打開spring.schemas文件,可以查看到對應命名空間內容,然后輸入到配置文件中(這里要保證版本對應)

?

      http\://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd

http\://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd

http\://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-2.5.xsd

    

?

在配置文件中的xsi:schemaLocation標簽的內容有順序,例如

?

?

      http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd

    

?

必須保證http://www.springframework.org/schema/aop

在?http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
前面,否則不會正確的解析

Spring配置文件命名空間


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 泾阳县| 镇坪县| 京山县| 济源市| 金阳县| 牙克石市| 河南省| 盈江县| 吉木乃县| 扎囊县| 横山县| 共和县| 阿勒泰市| 赣州市| 石台县| 外汇| 新田县| 尤溪县| 西吉县| 京山县| 彭山县| 营口市| 英山县| 乐东| 东港市| 南丹县| 海淀区| 南通市| 和平县| 隆安县| 盐山县| 汾阳市| 海盐县| 昌邑市| 巢湖市| 郑州市| 磴口县| 平远县| 五台县| 龙陵县| 竹北市|