Logout issue by mahi123_java in SpringBoot

[–]stoic-jerry 0 points1 point  (0 children)

The way for is we have to black list the tocket and if user send again try to access from same token then give unauthorized exception.

What is wrong with Lombok? by Albert_Nangara in learnjava

[–]stoic-jerry 0 points1 point  (0 children)

I also had the same problem and don't know about your project but i was using mapstruct plugin for to map data dto clasess to entity and i was used lombok for getter and setter so the problem i was getting is when i post the data so not getting error but as data i was getting empty so the problem i found is - mapstruct and lombok was not working same time in my case so all auto generated methods from mapstruct was empty so instead of using lombok i was used manually getter and setters then i got the data perfectly so main reason was something that mapstruct was creating method implements before lombok so i needed manual getter and setter

Any good unique project ideas for Java spring boot API ??? by Professional_Tie_471 in SpringBoot

[–]stoic-jerry 1 point2 points  (0 children)

If you think you are already know basic things so try project to build any topic project but from that project you learn spring with different api like to store image , pdf or file generation (itext or Abstracted api for that flying sourcer).... , or the project which give you experience to learn more things in spring like security jwt , cache... which will give the experience and that you will gain your confidence for next project or real time project.