https://kotlinlang.org logo
Title
d

Diarmuid

04/14/2018, 8:17 AM
anyone know of a good example of gradle kotlin dsl building a spring boot app?
c

Czar

04/14/2018, 8:37 AM
Not self promoting or anything, but this is a small example: https://github.com/AlexCzar/db-info-demo I plan to update everything to latest versions today (in couple of hours probably).
t

timriemer

04/14/2018, 8:59 AM
You can check @s1m0nw1's repo with a SpringBoot Webflux example. https://github.com/s1monw1/SpringWebFluxKotlin or mine 🙂 https://github.com/TimRiemer/KotlinBootReactive
👍 2
d

Diarmuid

04/14/2018, 8:59 AM
excellent! just the links I was looking for! thanks