Microservices with Spring boot Java Tutorial is the second part of ongoing Microservices series of sessions. In this session 3 microservices are getting developed. Basic design of social media application is discussed. And then main services are discussed in detail and then developed. Java and spring boot is used to develop the Microservices. Further service will communicate with each other in a beginner way and then in next session will be evolved further. Here is the link of the First Session - th-cam.com/video/Z5zk2kNPWLE/w-d-xo.html Please watch the full session to and create the services along with the tutorial. Happy Learning 😊 Cheers, Esha
I want to extend my immense gratitude to you for making these series on Spring boot end to end project and also on microservices with practice examples. Learning Spring framework on own is a marathon task but after watching your videos I felt confident of mastering this technology and also it developed my interest to explore more
Thank you so much 😊 Definitely, I will continue uploading more content here. Stay connected with us for more videos and keep sharing sessions and channel details with others too.
Thanks. Sure, I will continue uploading more videos. There are more sessions available on Microservices, Spring Boot here is a playlist - Microservices - th-cam.com/play/PLcs1FElCmEu25gt4hcgo6rkKhk2Ud57uN.html Spring Boot - th-cam.com/play/PLcs1FElCmEu121gqGwlQt47d0SqNkzSTK.html
In a ideal microservice application if I have to consume a rest service, how do I get the Model object of that service? Is there a better solution to this? As in this example, code is available in our environment. And if we hvae to interact with multiple services, do I keep making copies of the Model object in my codebase? And what if the model object gets updated?
Ma'am You did great job it really helps me to understand but actually I am doing these things now using restTemplate and facing connection issue while calling post service in user controller. Can you please help me in this issue.
Microservices with Spring boot Java Tutorial is the second part of ongoing Microservices series of sessions. In this session 3 microservices are getting developed. Basic design of social media application is discussed. And then main services are discussed in detail and then developed. Java and spring boot is used to develop the Microservices. Further service will communicate with each other in a beginner way and then in next session will be evolved further.
Here is the link of the First Session -
th-cam.com/video/Z5zk2kNPWLE/w-d-xo.html
Please watch the full session to and create the services along with the tutorial.
Happy Learning 😊
Cheers,
Esha
I want to extend my immense gratitude to you for making these series on Spring boot end to end project and also on microservices with practice examples. Learning Spring framework on own is a marathon task but after watching your videos I felt confident of mastering this technology and also it developed my interest to explore more
Great Explanation Ma'am ! Keep it up !
Thank you so much 😊
Stay connected and keep sharing sessions and channel with others too.
Thank you mam watched so many videos on youtubes but didn't got clear explaination.....here I got thank you
Glad that it was helpful 😊
Please share with other too. Thanks 😊
great work mam the wait is over thank you for your valuable teaching mam💥
Thank you so much 😊
Stay connected and keep sharing sessions and channel with others too.
A very clear explanation. Thank you for this awesome piece. I hope you will make more contents like this in the future.
Thank you so much 😊
Definitely, I will continue uploading more content here.
Stay connected with us for more videos and keep sharing sessions and channel details with others too.
Thanks for the precise explanation and demo. Really crisp and clear. well done.
Thanks 😊
Stay connected and please share with others too, thanks 😊
awesome content madam ji, you are my saviour all the time 🌹
Thank you so much 😊 Really happy that it helped you
Stay connected and please share with others too 😊
I love your way of explanation madam. This content is helping to understand from ground level to high level. Thanks madam
Classical expression of Teaching
Good understandble ma'am,hope we will see many more from ur lectures
Thanks.
Sure, I will continue uploading more videos. There are more sessions available on Microservices, Spring Boot here is a playlist -
Microservices - th-cam.com/play/PLcs1FElCmEu25gt4hcgo6rkKhk2Ud57uN.html
Spring Boot - th-cam.com/play/PLcs1FElCmEu121gqGwlQt47d0SqNkzSTK.html
Please share channel with others too 😊
Definately we will share from our end
Very good explanation 😊
Thank you 😊😊
Please stay connected and share with others too.
Thank you so much!
Welcome 😊
Please stay connected and share with others too, thanks 😊
Superb medam ❤
In a ideal microservice application if I have to consume a rest service, how do I get the Model object of that service? Is there a better solution to this? As in this example, code is available in our environment. And if we hvae to interact with multiple services, do I keep making copies of the Model object in my codebase? And what if the model object gets updated?
I got exception to have empty constructors for post and notifications classes. But you didn’t get. What could be the reason? Thanks
Hi mam, can you please provide a video on Junit tutorial from basics.
Hello,
Sure, I will plan it.
Ma'am You did great job it really helps me to understand but actually I am doing these things now using restTemplate and facing connection issue while calling post service in user controller. Can you please help me in this issue.