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