Even after adding annotation processor and having lombok dependency added might not solve the problem . This is because the class files related to model needs to be in target folder
Run clean install to generate the class files for model with lombok code generated changes.