-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Mapping annotations in spring #3812
Comments
do you specify lombok version in pom file? |
I had the same problem in Intellij IDEA and I specified 1.18.36 version of lombok Actually dont forget to run " now its built successfully! |
I didn't specify lombok in the pom xml, because I used Spring Initializr looking for the package there |
Ok. I will try, thanks for the tip |
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: