Skip to content

This repository demonstrates how to set up a simple kotlin backend with spring boot

License

Notifications You must be signed in to change notification settings

luckyhandler/demo_kotlin_spring_boot

Repository files navigation

demo_kotlin_spring_boot

This repository demonstrates how to set up a simple kotlin backend with spring boot.

Check out the different commits to get a step-by-step understanding on how the final result was created.

The steps are:

  • Create a basic project at the Spring Initializr
  • Add a RestController and make first endpoint available
  • Add a second endpoint to retrieve an entity by id
  • Extract data handling to Service
  • Extract data handling to Repository

About

This repository demonstrates how to set up a simple kotlin backend with spring boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages