Date: 2025-01-16 12:12:23
Score: 1
Natty:
- 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.
- 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.
- If this dint work post what errors/issues youre getting along with project structure
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