摘要:
spring支持4种依赖检查:默认的是none none – No dependency checking. simple – If any properties of primitive type (int, long,double…) and collection types (map, lis 阅读全文
摘要:
1.spring的注解的优先级比xml配置文件的低,在两者都进行配置的时候xml会覆盖注解。 2.业务量大的时候使用xml更好一些,这样类之间的关系更清晰一点。 3.default-dependency-check属性为<beans>节点的属性 阅读全文