Lombok is not generating getter and setter

前端 未结 20 1834
走了就别回头了
走了就别回头了 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

    For Sprint STS - Place the lombok.jar file in the eclipse/sts exe folder and add the following entry to the STS.ini.

    -javaagent:lombok.jar
    

提交回复
热议问题