spring-boot-tutorial-course
spring-boot-tutorial-course copied to clipboard
not-null property references a null or transient value : net.javaguides.springboot.model.Employee.firstName
trafficstars
Getting this error when tried to insert data using postman

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