Ubuntu – Why does Lombok-generated constructor and getter not work in my Spring Boot project?
I am working on a Spring Boot project in IntelliJ IDEA and encountered the following error when trying to create an instance of a class and call its getter method: Check image to get idea what was my question &…