spring-boot-tutorial-course icon indicating copy to clipboard operation
spring-boot-tutorial-course copied to clipboard

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

Open GSAIPAVANKUMAR opened this issue 2 years ago • 1 comments
trafficstars

Getting this error when tried to insert data using postman image

GSAIPAVANKUMAR avatar Feb 07 '23 10:02 GSAIPAVANKUMAR

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

nguyendazero avatar Mar 12 '24 05:03 nguyendazero