Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages