Skip to content

Source code for Labs from "Building a Batch Application with Spring Batch" #4572

Answered by fmbenhassine
Sax388 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Sax388 , great to hear you liked the course! The source code of the Labs is hosted on the Tanzu learning repository here: https://github.com/vmware-tanzu-learning/course-spring-batch-essentials-code. The last commit is the one that corresponds to the final project.

Please note that using @EnableBatchProcessing is only discouraged in the context of a Spring Boot application (like the one developed in the course) as it disables the auto-configuration of the batch infrastructure. However, the samples in the Spring Batch repository are not based on Spring Boot (in fact, not all Spring Batch users are Spring Boot users), that's why they still use that annotation. Hopefully this clarifies t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sax388
Comment options

Answer selected by Sax388
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants