mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 06:17:42 +08:00
Spring Boot 2.0.0.M6 offers a better integration with Kotlin. A top-level `runApplication` function can be used to start the app and additional dependency and plugin management are provided. This commit simplifies the way a Kotlin-based project is generated when running with a compatible version Closes gh-534