1. 步骤一:先复制, http://www.springframework.org/schema/beans/spring-beans.xsd
2. 步骤二:搜索XML Catalog,点击Add按钮
3. 步骤三:先选择Location的schema的约束地址
* E:\class\2016\JavaEE28\day35_Spring框架第一天\资料\spring-framework-4.2.4.RELEASE-schema\beans\spring-beans-4.2.xsd
4. 步骤四:注意:Key type要选择:Schema location
5. 步骤五:Key把http://www.springframework.org/schema/beans/spring-beans.xsd复制上
相关文章
- Spring加载xml配置文件的方式 ApplicationContext
- 无废话Android之android下junit测试框架配置、保存文件到手机内存、android下文件访问的权限、保存文件到SD卡、获取SD卡大小、使用SharedPreferences进行数据存储、使用Pull解析器操作XML文件、android下操作sqlite数据库和事务(2)
- spring boot 项目从配置文件中读取maven 的pom.xml 文件标签的内容。
- 最新 Eclipse IDE下的Spring框架配置及简单实例
- 从头认识Spring-2.8 基于java注解的配置(基本没有xml)
- web.xml中通过contextConfigLocation的读取spring的配置文件
- Spring之AOP在XML中的配置方法
- Spring中使用proxool的配置+【转】proxool.xml配置属性说明
- spring controller中@Value取不到applicationContext.xml中加载配置文件的问题
- Spring MVC的配置文件(XML)的几个经典案列