Lombok is not generating getter and setter

前端 未结 20 1860
走了就别回头了
走了就别回头了 2020-11-29 19:10

I just tried to send a Maven-based project to another computer and HORROR, red markers everywhere!!

However, mvn clean install is building just fine.

20条回答
  •  借酒劲吻你
    2020-11-29 19:26

    If you are using maven and Eclipse, must be installed manually.

    1. Verify pom

     
                org.projectlombok
                lombok
                1.18.10
                jar
            

    1. go to Maven Dependencies

    1. Right click in the library and Run as Java aplication

    1. Especify location IDE, install and close IDE (Eclipse).

提交回复
热议问题