Skip to content

Commit

Permalink
Add chapter doc as PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Buller committed Oct 25, 2024
1 parent 194c39a commit 81d9ba0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# spring-boot-product-service
Spring Boot Product micro-service

# Steps
## Basic setup
The project was created with spring initializr (in the spring-boot-devcontainer):
This repo follows the excellent Spring Boot Microservices Tutorial tutorial by Sai, [youtube videos](https://youtube/yn_stY3HCr8?si=HAiHvepgS2GoAS30), [blog](https://programmingtechie.com/) while trying not to reference his [github repo](https://github.com/SaiUpadhyayula/spring-boot-3-microservices-course?tab=readme-ov-file)

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
Expand All @@ -13,3 +21,5 @@ The project was created with spring initializr (in the spring-boot-devcontainer)
* Spring Web
* Spring Data MongoDB
* Spring Boot DevTools


Binary file not shown.

0 comments on commit 81d9ba0

Please sign in to comment.