亲测有效!
- 在http://www.springframework.org/schema下载自己需要的配置,Ctrl+s保存为xsd文件。
- applicationContext的配置问文件
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
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
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
">
</beans>
点击window找到XML Catalog,点击add。
点击file system,选择下载的文件,key type选择Schema location,地址为http://www.springframework.org/schema/beans/spring-beans.xsd。
最后点击OK即可。
关闭xml文件重新打开即可出现提示。