Sample project based on Kotlin and Spring boot.
- JDK 11 or later
- GIT
You can run the application from the command line using:
./gradlew bootRunOr you can build a single executable JAR file that contains all the necessary dependencies, classes, and resources with:
./gradlew clean buildThen you can run the JAR file with:
java -jar build/libs/kotlin-spring-ex-0.0.1.jar./gradlew test