Lombok is not generating getter and setter

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

    Note that if you're using IntelliJ, you'll want to install the Lombok plugin (available from IDE settings) and also enable annotation processing.

提交回复
热议问题