Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 902 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 902 Bytes

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