@engineertalkswithbushan

You can enroll to the complete course on Udemy @ just 490/-
Build Production Ready REST API in Spring Boot, Spring Security, JPA and Deploy to AWS
https://www.udemy.com/course/build-production-ready-rest-api-with-spring-boot-expense-manager-api/?couponCode=LEARNNEWSKILL2022

@Blastoiselv100

One of the best tutorial on Youtube !! I'm not even kidding! Thank you for this!

@purvee1729

I have watched this tutorial for like 3-4 times and everytime I gain confidence

@vishnuvardhan7204

if u don't mind from my end, one suggestion is that  at the time of writing code in the class or package like (an example: you created  an interface and u call it from EmployeeController Class, so can u elaborate a little more in detail )why are you implementing that code for which purpose 
if you explain the that way we can easily understand and we will get clarity while we implement it without a doubt  
I think you got my point

@aces8481

bro I feel like you have been sent from heaven to help us all - god bless your soul you kind thoughtful intelligent human

@cakalkarlos7983

you saved my life. Thank you. you are a great teacher

@sagarpawar6633

Thank you so much bhai,Learned a lot many concepts with the help of this tutorial

@kartikvasudev78

3:21:00 Pagination and Sorting

@indranilmetiya6972

4:22:25 manyToOne mapping

@mohammedabudharghifari

Completed till 1:29:24 :elbowcough:

@ollaray1

First of all. Thank you for this tutorial. I learnt quite a lot. However, it would be better practice to have the tbl_department having unique names. I believe this could have been achieved by annotating the name field in the Department class like so @Column(unique=true). It doesn't make sense for you to have 2 IT departments in a company. Another thing this would prevent is the redundant records in your tbl_department table especially when using non-idempotent HTTP methods.

@shivamrai2889

You just won my heart and definetly a subscriber too

@wizzard211

Great tutorial.
One thing I would mention that It’s best not to use any logic in the Controller

@Amarthya-r5k

@53:40 how is Employee class sent as argument to post mapping handler with out employee object being created 😢

@BAmarthya

@53:51 How is Employee class refered in postmapping method without object being created for Employee class

@AmitVerma-te5wi

Sir bhut hi ache tarah se explain kia apne thnkuuuuu

@DEVDLS

Hai Sir, You are created a Excellent resource for spring boot Rest Controllers Sir. Very Simple approach to start this concept. Thank you so much Sir.

@shivareddy4170

Thank You for the video brother and make Spring boot microservices application

@yaranapaji6961

jha panah tussi great ho bhai sab aise ghusa dimag me ka btaye superrrr

@pinigantikrishnavamsi7779

2:52:24 no need to put http status code in method signature along with response entity?? because u r putting in delete emplyee method