spring配置文件及约束

applicationContext.xml 配置文件

查找约束路径信息 

从文档里找 spring-framework-4.2.8.RELEASE\docs\spring-framework-reference 四选一

如:\html\xsd-configuration.html

基础配置(仅仅bean约束配置,AOP 事务等其他没配)

<?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>

 

无语法提示解决方法:连约束

window > Preferences >  搜xml  选“XML Catalog” >Add 

key type:选  URI

Key:粘贴入     http://www.springframework.org/schema/beans/spring-beans.xsd

 

File System 按钮 找到Spring包里的文件

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

选中spring-beans-s.2.xsd

 

然后配置bean时就有提示了,就可以自动补全,查看可配置标签了。

转载于:https://my.oschina.net/u/2606138/blog/1503165

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值