Invalid property of bean class is not readable or has an invalid getter method in spring boot
While working with the Spring boot project, you might face the error “Invalid property of bean class is not readable or has an invalid getter method in spring boot”. The complete error message that you can see in the console is: Invalid property ‘firstName’ of bean class [com.schoolmgt.form.UserForm]: Bean property ‘firstName’ is not readable or …