springboot没有父子容器 spring框架有application context作为bean容器,springboot的bean容器是在哪里?

spring框架有application context作为bean容器,springboot的bean容器是在哪里?谢谢!Spring boot是Spring家族的一员。它是一个快速开发和运行spr

spring框架有application context作为bean容器,springboot的bean容器是在哪里?

谢谢

!Spring boot是Spring家族的一员。它是一个快速开发和运行spring应用程序的新框架,弱化了依赖管理配置和参数配置。它管理许多spring依赖项。这项功能被称为启动在春季启动。

spring boot的应用程序上下文或容器仍然使用spring框架。它只使用默认配置,没有更改。只是springboot在启动时默认配置开发人员。