This blog post is the example application of the following blog posts:
- Spring Batch Tutorial: Getting the Required Dependencies With Maven
- Spring Batch Tutorial: Getting the Required Dependencies With Gradle
- Spring Batch Tutorial: Reading Information From a File
- Spring Batch Tutorial: Creating a Custom ItemReader
- Spring Batch Tutorial: Reading Information From a REST API
You need to install the following tools if you want to run this application:
- JDK 8
- Maven (the application is tested with Maven 3.3.3) OR Gradle (the application is tested with Gradle 2.9)
If you want to use Maven, you can run the application by using the following command:
mvn clean spring-boot:run
If you want to use Gradle, you can run the application by using the following command:
gradle clean bootRun