Hi there, <Bootify.io> has now a Kotlin option to ...
# spring
t
Hi there, Bootify.io has now a Kotlin option to create a Spring Boot app with custom database, REST API and more. Hope it's useful! I haven't worked with Kotlin a lot in the past, so if you have a recommendation on what to improve, please let me know. :-)
👍 1
r
It would be nice to have an option to generate WebFlux application with suspending endpoints and coroutines. Currently you can add webflux starter as a dependency which is probably incompatible with
spring-boot-starter-web
.
☝️ 1
t
Mh yes there is no special handling currently. R2DBC for Java is quite messy, but Kotlin coroutines look more manageable. Thanks, I will look when I find time for it.
👍 1