You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem in Intellij IDEA and I specified 1.18.36 version of lombok
also I had checked the Annotation Processor
but no set or get method generated!
Actually dont forget to run "mvn clean install" after adding version tag
When mapping my entity with the : @Getter and @Setter and running the application build, I run into the following error:
java: cannot find symbol
symbol: method getId()
location: variable categoria of type com.pedrolgsoares.backend.domain.categoria.Categoria
Solution for now is just setting the getters and setters manually
The text was updated successfully, but these errors were encountered: