SpringBoot源码分析之Spring上下文refresh(重点)

refresh 首先来看SpringApplication#run方法中refresh()方法 private void refreshContext(ConfigurableApplicationContext context) { refresh(context); if (this.registerShutdownHook) { try { context.regist
相关文章
相关标签/搜索