Lombok annotate @Data error [How to Solve]

Solution:

1. Add lombok.config configuration file in the same directory of springboot boot boot class

Content:

config.stopBubbling=true
lombok.equalsAndHashCode.callSuper=call

Read More: