Spring Boot Product micro-service
This repo follows the excellent Spring Boot Microservices Tutorial tutorial by Sai, youtube videos, blog while trying not to reference his github repo
Rather than fork the original this repo implements each chapter as a branch so that it's clear on the changes required to add each stage of functionality.
The project was developed using VSCode and a devcontainer to manage the environment (java, maven).
The project was created with spring initializr:
- Group id: com.example.microservices
- Artifact id: product
- packaging type: jar
- java version: 21
- Dependencies:
- Lombok
- Spring Web
- Spring Data MongoDB
- Spring Boot DevTools