mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Update `SpringApplication.run` to that it returns a wrapper which provides access to the `ApplicationContext` rather than the `ApplicationContext` directly. This should provide a natural place to add more accessors in the future should we need to. Closes gh-35451