Spring Boot Microservices | Building Microservices Part 2 - shoppingcart | Dev2Prod Coding

Опубликовано: 09 Ноябрь 2022
на канале: Dev2Prod Coding
1,544
29

In this video, you will learn to develop spring boot application(shopping-service) from scratch. Also, we will develop the required REST endpoints, JPA Entity/Repository.
We will be consuming product-service REST endpoint using web-client & saving the response as a String in the DB table.

Contents
0:00 - Generate product-service using Spring Initializer
1:10 - REST API Endpoints walkthrough
1:33 - Packages, JPA entity & Repository, Pojo classes
5:45 - REST Controller & Endpoints
8:51 - Adding web client code to call product-service
13:01 - Creating & Saving JPA Entity
15:48 - Final Endpoint, DB configuration
20:22 - Starting product-service & Testing Endpoints

GitHub - https://github.com/Dev2ProdCoding/mic...

If you like the video do Like, Share & Subscribe.
#microservices #springboot #Dev2ProdCoding