mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Update `SpringApplicationExtensions.kt` with `fromApplication` and `with` functions that make `SpringApplication.from(...)` easier to use with Kotlin. Fixes gh-35756