Kotlin is a statically typed programming language targeting the JVM. It enables to write safe and concise code making it a good candidate for big project development. On the other side, Spring Boot is a well known framework very helpful to write micro-services. This post explores how to implement a simple REST server in Kotlin.
Read more…