springBootBatch

Spring Boot – Batch tutorial using MySQL, JPA and annotations

In this example I show how to use Spring Boot to create a simple Spring Batch application.

You can find more details here: https://marco.dev/spring-boot-batch-tutorial-using-mysql-jpa-and-annotations The only requirement is to have a mysql database installed. You can find more information in the source code.

If you start a new project in an IDE, you can simply create a simple new maven project (without Spring wizards or similar).