Hey, here is a first draft version of the Spring Boot 2 + Kotlin tuto I will publish on spring.io. I still need to fix typos, polish the code, write the chapter on
@ConfigurationProperties
, etc. but I would appreciate some early feedback, and eventually some improvements via PR (typos, sentences improvements since I am not native english speaker, etc.). I will start working on the WebFlux + functional API + reactive MongoDB + WebTestClient one next week. Thanks and have a good weekend. https://github.com/sdeleuze/tut-spring-boot-kotlin
👍 2
p
poohbar
05/04/2018, 2:43 PM
Could use a Maven section
Never mind, you mention it.
s
sdeleuze
05/04/2018, 3:50 PM
Yeah I chose to provide a pom.xml but stayed focus on Gradle only in the tuto because at some point we switch to Gradle Kotlin DSL and I don't want to pollute the tuto with 3 build systems
f
fitzoh
05/04/2018, 4:09 PM
could maybe use some images for initializer section?