Lombok Getter/Setter Naming Issues with MyBatis and @Accessor(chain=true) Problems in EasyExcel
This article explains how Lombok's generated getter and setter method names can conflict with MyBatis property resolution and cause issues when using EasyExcel's @Accessor(chain=true) annotation, and provides detailed code examples and solutions to resolve these incompatibilities.