spring配置文件及約束

applicationContext.xml 配置文件html

查找約束路徑信息 spring

從文檔裏找 spring-framework-4.2.8.RELEASE\docs\spring-framework-reference 四選一app

如:\html\xsd-configuration.htmlspa

基礎配置(僅僅bean約束配置,AOP 事務等其餘沒配)code

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans 
        http://www.springframework.org/schema/beans/spring-beans.xsd">

    <!-- bean definitions here -->
</beans>

 

無語法提示解決方法:連約束xml

window > Preferences >  搜xml  選「XML Catalog」 >Add htm

key type:選  URI事務

Key:粘貼入     http://www.springframework.org/schema/beans/spring-beans.xsd文檔

 

File System 按鈕 找到Spring包裏的文件it

如:........ spring-framework-4.2.8.RELEASE\schema\beans   

選中spring-beans-s.2.xsd

 

而後配置bean時就有提示了,就能夠自動補全,查看可配置標籤了。

相關文章
相關標籤/搜索