Spring Boot project scaffold written in Kotlin, which is based on the Official Guide.
choco install kotlinc gradle -y
brew install kotlin gradle
./gradlew bootRun
./gradlew build
docker build .
git tag vX.Y.Z HEAD
git push origin --tags
Spring Boot project scaffold written in Kotlin, which is based on the Official Guide.
choco install kotlinc gradle -y
brew install kotlin gradle
./gradlew bootRun
./gradlew build
docker build .
git tag vX.Y.Z HEAD
git push origin --tags