Prerequisites
Have Maven installed.
Have an IDE installed such as Intellij, Eclipse, or NetBeans.
Create a Maven project
Create a Maven project with the standard project structure (i.e. Group ID as com.organization.app and Artifact ID as SpringBatchExample:
SpringBatchExample
|-- pom.xml
...