摘要:
简介 该接口目前有两个方法: postProcessBeforeInitialization 该在初始化方法之前调用。 postProcessAfterInitialization 该方法再初始化方法之后调用。 public interface BeanPostProcessor { @Nullab 阅读全文
摘要:
简介 Spring启动时,容器刷新完成之后,提供了扩展接口CommandLineRunner或者ApplicationRunner, 执行最后的逻辑。 public interface ApplicationRunner { void run(ApplicationArguments args) t 阅读全文