Lombok IntelliJ integration

I'm having trouble building my project in IntelliJ using Lombok. Lombok appears to work fine until I go to build artifact, where I get this error any place that uses a Lombok getter.

However, the code that shows up error free here here:

I have annotation processing enabled, and lombok is a dependency. I can't seem to figure out why this is,


You should install Lombok Intellij Plugin to be able to build your project:

https://plugins.jetbrains.com/plugin/6317-lombok-plugin

链接地址: http://www.djcxy.com/p/96592.html

上一篇: 如何使lombok注释@NotNull在IntelliJ中工作?

下一篇: Lombok IntelliJ集成