Building RESTful API with Spring Boot: Kotlin
What is Kotlin? Kotlin is a high-level object-oriented programming language developed by JetBrains in 2011. It is used to develop especially Android apps and server-side apps. It runs on JVM(Java Virtual Machine). To learn more about Kotlin click here Prerequisite Scope of this article What is Spring Boot? Spring Boot is an open-source framework that …