You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to add support to start.spring.io has shown just how awkward SpringApplication.from(...) is to use with Kotlin. For typical Kotlin applications we can probably offer a helper function that finds the main function using convention.
The text was updated successfully, but these errors were encountered:
Trying to add support to start.spring.io has shown just how awkward
SpringApplication.from(...)
is to use with Kotlin. For typical Kotlin applications we can probably offer a helper function that finds themain
function using convention.The text was updated successfully, but these errors were encountered: