Spring Boot With Kotlin. Create a Project With a Simple HTML Page and API Endpoints in Examples

Here we will take a look at how we can create a simple Spring Boot application in a few seconds using Spring initializr, how we can create a simple HTML page and API Endpoints.
⚠️ NOTE: If you are not familiar with Kotlin — don’t worry, IntelliJ IDE will help you convert Java to Kotlin, and if you are…