[Solved] IDEA Compile Lombok to Generate getter/setter Error

Such as the title; It’s strange that Lombok normally generates getter/setter methods, but an error is reported when starting the project
configure idea

Solution:

File – Settings – build, execution, deployment compiler annotation processors (this package was imported from the previous project) – default – check enable annotation processing

Just start it again

Read More: