Open Mmmm008 opened 3 years ago
It may be an encoding issue, but those two field names look exactly identical to me.
I'm terribly sorry.Naming habitually uses camel-case when describing the problem, causing you to look the same.Now I have modified it and I am looking forward to your reply.
Then it's a duplicate of #2130.
My class declares two properties, as follows:
attrName
andattrname
.The@Data
annotation is used on the class.The generated class file contains only the Getter/Setter method forattrName
and no related methods forattrname
.I had to remove the@Data
annotation from the class and write my own Getter/Setter methods.It was a terrible experience. How can we solve it?