課程
/后端開發(fā)
/Java
/Spring入門篇
怎么讓myeclipse編譯xml文件時有提示?
2014-11-28
源自:Spring入門篇 4-1
正在回答
進入:window -> Preference... -> MyEclipse -> Editors -> XML ->XML Catalog選擇:選中“User Specified Entries”,點擊“Add...”按鈕填入:URI: 請選擇本地文件系統(tǒng)上SPRING_HOME/dist/resources/spring-beans-4.0.xsd 文件 (在Eclipse安裝文件里查找此文件)Key Type: 選擇Schema LocationKey: http://www.springframework.org/schema/beans/spring-beans-4.0.xsd點擊確定將spring配置文件關閉再重新打開即可。可以使用MyEclipse XML Editor打開這些xml文件。如果還不行,重復如上方式把spring-aop-4.0.xsd也加入。
summerChen 提問者
舉報
為您帶來IOC和AOP的基本概念及用法,為后續(xù)高級課程學習打下基礎
2 回答關于配置文件的問題
1 回答關于日志信息
3 回答spring bean配置項
3 回答Spring Bean裝配的主配置
8 回答spring aop 配置問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2014-11-28
進入:window -> Preference... -> MyEclipse -> Editors -> XML ->XML Catalog
選擇:選中“User Specified Entries”,點擊“Add...”按鈕
填入:
URI: 請選擇本地文件系統(tǒng)上SPRING_HOME/dist/
resources/spring-beans-4.0.xsd 文件 (在Eclipse安裝文件里查找此文件)
Key Type: 選擇Schema Location
Key: http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
點擊確定
將spring配置文件關閉再重新打開即可。可以使用MyEclipse XML Editor打開這些xml文件。
如果還不行,重復如上方式把spring-aop-4.0.xsd也加入。