Skip to content

kranthik2/ktdemo

Repository files navigation

Build Status

ktdemo

Sample spring boot kotlin rest service

how to run :

This application uses gradle build tool, follow this document https://gradle.org/install/ to install gradle if you do not have it installed on your machine.

The Spring Boot Gradle plugin includes a bootRun task that can be used to run your application in an exploded form

gradle bootRun

You need to have docker installed to run this application as docker container

Below command builds spring boot application as docker image and runs docker image as container. Local port 8080 mapped to container port, where tomcat server exposed.

gradle build docker dockerRun

About

Sample rest service using kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published