RameshMF / spring-boot-tutorial-course

Spring Boot Tutorial | Full Course at https://youtu.be/slTUtTSwRKU
145 stars 240 forks source link

not-null property references a null or transient value : net.javaguides.springboot.model.Employee.firstName #4

Open GSAIPAVANKUMAR opened 1 year ago

GSAIPAVANKUMAR commented 1 year ago

Getting this error when tried to insert data using postman image

nguyendazero commented 4 months ago

You need to add getter, setter, constructor and toString in the Entity model, because the @Data annotation does not create them automatically.