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