How to access getter and setter methods using Lombok? [duplicate]
问题 This question already has answers here : Why IntelliJ needs Lombok plugin? (3 answers) Building with Lombok's @Slf4j and Eclipse: Cannot find symbol log (5 answers) Cannot make Project Lombok work on Eclipse (20 answers) Closed 2 years ago . I've added Lombok maven repository in my project and successfully use the Lombok annotations. And I tried to access the setter and getter methods from another class but couldn't access those methods. I'm using spring Boot version 2.1.1 and STS. Here is my