Basic Spring-Boot demo using Kotlin, from https://kotlinlang.org/docs/jvm-get-started-spring-boot.html
Run using the Spring-Boot plugin:
mvn spring-boot:run
Build as a JAR file and run standalone with Java:
mvn package
java -jar target/demo-0.0.1-SNAPSHOT.jar