SringBoot batch 出现Bean property '*_*' is not readable or has an invalid getter method
使用SpringBoot batch将msyql数据以csv格式输出,出现:

解决方法,添加另一种格式get、set方法(created_by是我的mysql一张表的字段名):

使用SpringBoot batch将msyql数据以csv格式输出,出现:

解决方法,添加另一种格式get、set方法(created_by是我的mysql一张表的字段名):
