Kotlin-Spring-Boot

Spring Boot project scaffold written in Kotlin, which is based on the Official Guide.

Release Docker image

Development environment

Windows

choco install kotlinc gradle -y

Mac OS X

brew install kotlin gradle

Local developing

Running

./gradlew bootRun

Building

./gradlew build
docker build .

Release to GitHub registry

git tag vX.Y.Z HEAD
git push origin --tags

Reference

  1. Start Kotlin without IDE

GitHub

View Github