Skip to content

Commit

Permalink
Update quick start archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Sep 24, 2020
1 parent d1b5023 commit 86ad3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/
package ${packageName};

import org.jeasy.batch.core.job.JobBuilder;
import org.jeasy.batch.core.job.JobExecutor;
import org.jeasy.batch.core.job.JobReport;
import org.jeasy.batch.core.job.Job;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
package ${packageName};

import org.jeasy.batch.core.processor.RecordProcessor;
import org.jeasy.batch.core.record.Record;
import org.jeasy.batch.core.record.StringRecord;

/**
Expand Down

0 comments on commit 86ad3d9

Please sign in to comment.