Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 494 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 494 Bytes

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