From the course: Spring: Spring Batch

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Spring Batch project setup

Spring Batch project setup

From the course: Spring: Spring Batch

Start my 1-month free trial

Spring Batch project setup

- Most Spring projects require quite a few dependencies and libraries, and a lot of initial configuration. Luckily for us, the folks at Spring created "Spring Boot" and it allows us to quickly ramp up a project by using the Spring Initializr. So, the Spring Initializr allows us to define the different technology's and different parameters of our project, and then it simply hands us our project configuration. So Spring Batch is no different, quite a few libraries little bit of initial configuration. Using Spring Boot we can quickly get started with a Spring Batch project without all the hassle of setting things up. So, here you see the Spring Initializr it's found at start.spring.io, and within this form we're simply going to define our initial project configuration. We're going to be using Maven, in order to package and build our application and it's also going to be Java based. You'll notice that we're using Spring…

Contents