Skip to content

DarrenBuller/spring-boot-product-service

Repository files navigation

spring-boot-product-service

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.

VSCode

The project was developed using VSCode and a devcontainer to manage the environment (java, maven).

Spring Initializr

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

About

Spring Boot Product micro-service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages