摘要:
1. 通过 @Import注解我们可以加载没有@Service @Component 注解的类到spring容器中 我们先看下 @Import的源码 我们可以通过实现这个接口自定义要加载的类 2. package com.activity.study; import java.net.URLClas 阅读全文
摘要:
1.spring中可以基于某些条件装配Bean 只不过需要实现 Condition接口 package com.activity.study; import org.springframework.context.annotation.Condition; import org.springfram 阅读全文