Spring Boot Microservices | Learn Microservice Architecture with Hands-on Project

  Рет қаралды 10,804

Genuine Coder

Genuine Coder

Күн бұрын

Пікірлер: 43
@prathapkumarkesaboyina
@prathapkumarkesaboyina 3 ай бұрын
This is an Excellent MicroServices tutorial using spring boot i have seen so far. Thank you for all efforts to create and explained each topic clearly. Deploying these micro services in AWS/GCP using CI/CD pipelines will be very helpful using docker
@RacingMaster-ij2ch
@RacingMaster-ij2ch 13 күн бұрын
Bro is your service registry is working?
@paternediedhiou9000
@paternediedhiou9000 2 ай бұрын
Thank you so much! You're the Best one!
@milind123456
@milind123456 9 ай бұрын
Must say, this is an excellent source for Spring microservices. I can see lot of effort went into creation of this video. The example of streaming videos you picked up was not too easy and not too difficult too, so people can concentrate on the microservices aspects that you have presented. Kudos to you. Please keep posting videos like this.
@abhishekomprakash4074
@abhishekomprakash4074 5 ай бұрын
I would like to suggest a couple of new topics which could be helpful 1. Exception Handling for service to service communication. 2. Docker compose for the entire application.
@prashlovessamosa
@prashlovessamosa 12 күн бұрын
Thanks Sirji bahut dhanyawad
@IToucann
@IToucann 21 күн бұрын
Very helpful video bro! Keep it going
@thushanchathuranga6694
@thushanchathuranga6694 8 ай бұрын
Wonderful tutorial. Every line of code worked like charm. Thanks.!
@EdTechAwareness
@EdTechAwareness Ай бұрын
This is the best Spring Boot microservices tutorial I’ve come across so far-truly excellent work! I have just one question: why does the API Gateway configuration use hardcoded microservice IP addresses? Wouldn't it be better to leverage service discovery for dynamic resolution?
@surenderr1921
@surenderr1921 Ай бұрын
Good explanation with flow, Thank you...
@jayachandranvj41
@jayachandranvj41 6 ай бұрын
Cheta... Thankyou first of all for making video❤ "This is the best and clearest explanation of microservices architecture I've seen! As a fresher, I understood it perfectly on the first go. Thank you so much for this video. Please, please make a continuous series on messaging queues like Kafka and RabbitMQ. Your teaching style is amazing!"
@wilsonvaboum1338
@wilsonvaboum1338 7 ай бұрын
Merci pour cette formation complet et structurée, well done !
@saitej4256
@saitej4256 5 ай бұрын
The Voice Is Going Like A River. Excellent Teaching Sir .
@GenuineCoder
@GenuineCoder 5 ай бұрын
@@saitej4256 Thanks
@sujithg5873
@sujithg5873 5 ай бұрын
Excellent explanation ❤❤
@vsg1109
@vsg1109 8 ай бұрын
Very nice tutorial. The way of teaching is awesome. Please make video on kafka, cloud, mongodb as well!
@VuNguyen-s8w6x
@VuNguyen-s8w6x 11 күн бұрын
good job, bro
@AmielDump-rn2qm
@AmielDump-rn2qm 8 ай бұрын
Great tutorial. Keep them coming!
@handmadets6306
@handmadets6306 2 ай бұрын
Thank you bro
@congweihuang1416
@congweihuang1416 3 ай бұрын
Amazing
@gvishnukanthbharadwaj5394
@gvishnukanthbharadwaj5394 5 ай бұрын
Thank you bro ...Love from Bangladesh💌
@vishaag8164
@vishaag8164 3 ай бұрын
nice tutorials
@Maty-uf5vc
@Maty-uf5vc 5 ай бұрын
How to use jwt security in Microservice in api gateway please make video on it
@9-1939
@9-1939 7 ай бұрын
🔥🔥🔥 great tutorial sir
@veeraswamy9706
@veeraswamy9706 10 күн бұрын
thank you brother if possible provide Authentication and Authorization for Client Micro services (categolog ans Streaminf services)-- that is also ery helpfull to all.
@Humanity__5644
@Humanity__5644 5 ай бұрын
really Thanks a Lot. Love You❤
@gnsc
@gnsc 5 ай бұрын
Pls make a video on circuit breaker also
@abhishekomprakash4074
@abhishekomprakash4074 5 ай бұрын
Very nice tutorial. Could you extend this and show the dockerization of the services and start the entire setup using docker compose. Additionally, which version of Intellij are you using for this tutorial? I do not see the option of 'Spring Boot' after selecting Services -> Add Service -> Run Configuration Type in order to manage running multiple services.
@yusufokr0
@yusufokr0 3 ай бұрын
I guess it's because you're not using the Ultimate Edition. I was using the community version when I came across the same issue. but when I upgraded to Ultimate Edition it disappeared.
@rajnishsingh2864
@rajnishsingh2864 9 ай бұрын
Please provide some example on using Kafka in microservices architecture for Asynchronous communication between services.
@GenuineCoder
@GenuineCoder 9 ай бұрын
Thanks for your suggestion. I will look into this topic.
@Humanity__5644
@Humanity__5644 5 ай бұрын
can you please explain little more about @Loadbalanced
@khageswarnayak6
@khageswarnayak6 3 ай бұрын
sir you have not post any new concept about spring boot
@whisperhelper5829
@whisperhelper5829 7 ай бұрын
Can you please do a video on unit testing?
@GenuineCoder
@GenuineCoder 7 ай бұрын
Thanks for the suggestion. Will look into that.
@AshwaniKumarTrading
@AshwaniKumarTrading 9 ай бұрын
Awesome video man. I have a doubt, let suppose I have 3 different profiles for all my microservice (dev, test, prod). How can config-server knows which profile load when..? Like load dev profile in development mode and prod in production.
@GenuineCoder
@GenuineCoder 9 ай бұрын
Good question! In the individual services, you can specify which profile should be fetched from the config server. "The spring.cloud.config.profile property is used to specify the active profile for the Spring Cloud Config client. The profile is used to determine which properties files are loaded from the Config Server." For example, at 1:20:48, you can specify "spring.cloud.config.profile=dev" at line 4. Then, movie-catalog-service will start on dev profile. Similarly, you can even configure different profiles for different microservices like this.
@AshwaniKumarTrading
@AshwaniKumarTrading 9 ай бұрын
@@GenuineCoder Thanks man🥳🥳
@ganeshenamala8317
@ganeshenamala8317 9 ай бұрын
Super explanation bro, can you please explain spring boot with JWT?
@GenuineCoder
@GenuineCoder 9 ай бұрын
Thanks! Yes, i am considering a JWT tutorial soon.
@ganeshenamala8317
@ganeshenamala8317 9 ай бұрын
@@GenuineCoder thank you very much bro, waiting for the video!
@GenuineCoder
@GenuineCoder 8 ай бұрын
Hi, The JWT tutorial is just released. You can find it here kzbin.info/www/bejne/foqlg3Whjtmjm9E
Microservices using SpringBoot 3.0 | Full Example [NEW]
1:25:38
Daily Code Buffer
Рет қаралды 210 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Microservices tutorial with Spring boot 3 | Full course
1:08:11
Bouali Ali
Рет қаралды 77 М.
Day-01 : Microservices with Project Development  | Ashok IT
2:29:50
Spring Boot APIs Gateway in 20 Minutes
22:50
The IT Wizard
Рет қаралды 15 М.
Microservices API Gateway Tutorial | Spring Cloud | Java Spring Boot
29:18
Think Constructive
Рет қаралды 12 М.
Building web applications in Java with Spring Boot 3 - Tutorial
3:30:40
freeCodeCamp.org
Рет қаралды 776 М.
Deep Dive Into The Microservices With Spring boot and Spring Cloud
2:03:01