spring2.0是不是不支持<context:component-scan

J2EE 码拜 10年前 (2015-04-15) 976次浏览 0个评论

用myEclipse自动搭建的ssh项目(spring选的2.0版本)然后在applicationContext.xml中配置
xsi:schemaLocation=”http://www.springframework.org/schema/beans 
                      http://www.springframework.org/schema/beans/spring-beans-2.0.xsd 
                      http://www.springframework.org/schema/tx 
                      http://www.springframework.org/schema/tx/spring-tx-2.0.xsd 
                      http://www.springframework.org/schema/aop 
                      http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
                      http://www.springframework.org/schema/context
                      http://www.springframework.org/schema/context/spring-context-2.0.xsd”>

<!–然后在下面–>
<context:component-scan base-package=”com.xiaohao”>
<context:exclude-filter type=”annotation”
expression=”org.springframework.stereotype.Controller” />
</context:component-scan> 
然后这一段话就报错了
把上面的2.0改成全部改成2.5或者3.0以及以上 都不会报错,但是启动的时候就会报错了(这个应该可以理解,毕竟是搭建的2.0项目)
所以现在的疑问就是,是不是2.0的时候还不支持<context:component-scan?从2.5才开始支持的吗?

spring2.0是不是不支持<context:component-scan
20分
是的。。。。。。
spring2.0是不是不支持<context:component-scan
20分
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd”>

2.5 引入的

spring2.0是不是不支持<context:component-scan
spring注解是spring2.5开始引入的
像servlet注解是servlet3.0引入
spring2.0是不是不支持<context:component-scan
引用 3 楼 magi1201 的回复:

spring注解是spring2.5开始引入的
像servlet注解是servlet3.0引入

spring2.0是不是不支持<context:component-scan
2.5之后开始支持注解
spring2.0是不是不支持<context:component-scan
恩 谢谢大家了啊,分不够,前2楼每人20喽(貌似好少= =)

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明spring2.0是不是不支持<context:component-scan
喜欢 (0)
[1034331897@qq.com]
分享 (0)

文章评论已关闭!