Spring boot
Hi, I am a beginner at Spring Boot and I tried to configure my API espcially for user connexion.
I have a database which is connected and it works.
But I try to create a SecurityConfig and I have this error : java: variable userService not initialized in the default constructor
In the code (after this message), I use @RequiredArgsConstructor so it should work...
I have a problem with the model User for the database because it says it doesnt find getters but I use @Data with Loombook and it works on another model.
Can someone please try to explain me ?
22 Replies
⌛
This post has been reserved for your question.
Hey @Maxence! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
Here the code with SecurityConfig
show the user service code
can you show your lombok configuration in pom
on another model, @Data works but not with User
what if instead of data you use @Getter @Setter @NoArgsConstructor @AllArgsConstructor
Oh I just realize that I don't use getters with the other model so I can't have this error
I try
I have to put the four ?
yes comment out @data and put these four
and if that doesnt work
it doesnt change anything
in your
annotation processor path
add the version tags
add to properties
maybe that is the problem
here ?

yea
and in properties
add this
and reload the project
It seems to work !! Thank you !
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
heres a gif for u
I don't understand why I didn't have this, because when I create my project with IntellJ, I choose Lombok, so why it doesnt add all the dependencies need ?
thanks
idk maybe its a bug
thanks for your help
Post Closed
This post has been closed by <@429241766257098752>.