package com.wll.demo.DTF; import org.springframework.batch.item.ItemProcessor; import org.springframework.stereotype.Component; import com.wll.demo.DTF.Product; /** * 把读取的数据进行处理 */ @Component("DTF_productProcessor") public class ProductItemProcessor implements ItemProcessor<Product, Product> { @Override public Product process(Product product) throws Exception { product.setId(product.getId() + 1); product.setName(product.getName()+"w"); System.out.println("=====处理完成::" + product.toString()); return product; } }
最近下载更多
AMaoAGou LV1
2023年7月19日
1270063771 LV1
2023年4月26日
微信网友_6435889541074944 LV1
2023年4月16日
whzx20613 LV1
2022年9月29日
muxueliang LV8
2022年7月29日
1529860026 LV24
2022年7月14日
rinoa007 LV1
2022年4月9日
changup LV6
2022年2月2日
peter485 LV3
2022年1月19日
1154198858 LV1
2022年1月13日
最近浏览更多
AMaoAGou LV1
2023年7月19日
1270063771 LV1
2023年4月26日
微信网友_6435889541074944 LV1
2023年4月16日
liuyan5541 LV1
2022年12月1日
二手玫瑰 LV15
2022年11月18日
zhuiqiu LV4
2022年9月30日
whzx20613 LV1
2022年9月29日
muxueliang LV8
2022年7月29日
1529860026 LV24
2022年7月14日
rinoa007 LV1
2022年4月9日