79361517

Date: 2025-01-16 12:12:23
Score: 1
Natty:
Report link
  1. First of all remove those @Getter and @Setter annotations as you already using @Data it consist those things and using those separately might be creating conflicting issues. 2.Make sure you added the compatible version of lombok according to your springboot version.
  2. use this to reinstall all dependencies mvn clean install or if youre using IntelliJ Idea then simply go to your pom.xml and right click and you'll get an option.
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Getter
  • User mentioned (0): @Setter
  • User mentioned (0): @Data
  • Low reputation (1):
Posted by: Vijay