作者回复: 1.org.springframework.beans.factory.InitializingBean#afterPropertiesSet2. 自定义 @PostConstruct 方法3. 自定义 init 方法
作者回复: 实际上是一样的,以为它们都是 Spring ApplicationContext 注册特性。
作者回复: 当 Class 被 register 之后,标注 @Configuration 与否都不在重要,在后面的内容中会反复提到。