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