Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreFor 2 years, we have introduced Kotlin support in Spring projects (Framework, Boot, Data) and published various blog posts, sample projects, slides and documentation. Today, we are publishing an opinionated tutorial intended to summarize in a single place how to build a Spring Boot web application in Kotlin leveraging these features and following best practices: https://spring.io/guides/tutorials/spring-boot-kotlin/
Topics covered are:
@WebMvcTest
+ mocking@RestController
Another tutorial will follow in order to show how WebFlux functional Kotlin DSL, WebClient
and WebTestClient
can be used to build Reactive application with Spring Boot 2 and Kotlin.