Monday 22 August 2022

java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.

 

In order to make projects compile with the existing builds of Lombok processor, as a workaround you can use the flag


-Djps.track.ap.dependencies=false


which should be added to File | Settings | Build, Execution, Deployment | Compiler | Build process VM options field.

This will disable collection of dependencies specified by an annotation processor when Filer methods are called




Spring boot with CORS

CORS (Cross-Origin Resource Sharing) errors occur when a web application running in a browser requests a resource from a different domain or...