sping 注解,bean属性 学习
<context:annotation-config /> <context:component-scan base-package=”com.eric.spring”> <context:include-filter type="regex" expression=".*DaoImpl"/> <context:include-filter type="regex" expression=".*ServiceImpl"/></context:component-scan>
<bean />
?或者用这个
<!-- Activates scanning of @Autowired --><context:annotation-config />
?
?