mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Move bootstrap code from `org.springframework.boot` to `org.springframework.boot.bootstrap` and make them a foundational layer. This move helps reduce `org.springframework.boot.context.config` dependencies to `org.springframework.boot`. See gh-47232