In our previous example, we have learnt how to build a Hello World application in Kotlin using Spring Boot. In this example, we will go a bit further we will build a Spring Boot Kotlin RESTful Web Services using Spring Data JPA. Our application offers all four CRUD operations using the respective HTTP verbs POST, GET, PUT, DELETE … [Read more...]
Spring Boot with Kotlin Hello World Example+ Maven
In the tutorial, we will learn how to build a simple Hello World application using Spring Boot with Kotlin. Kotlin is a programming language created by JetBrains. It is an object-oriented language including many ideas from functional programming and runs on top of the JVM. In order to build our Kotlin HelloWorld example, we will be using STS (Spring Tool Suite) with Kotlin … [Read more...]