随笔分类 - Spring Batch
摘要:1、项目结构如下: 2、文件说明: 2.1、CreditBill:表示信用卡消费记录领域对象 2.2、CreditBillProcessor:记录处理类,本场景仅打印信息 2.3、credit-card-bill-201910.csv:原始账单数据 2.4、job.xml:作业定义文件 2.5、jo
阅读全文
摘要:1、前言:本博客是对于刘相SpringBatch批处理框架的学习 1.1、参考网站:https://docs.spring.io/spring-batch/4.2.x/reference/html/index-single.html 1.2、书中相关演示代码下载地址:https://github.c
阅读全文