Using CommandLineJobOperator for a Spring Batch app with Spring Boot setup #5209
Closed
EmreCihanbeyoglu
started this conversation in
Migration Support
Replies: 1 comment
-
The getting started guide is what you are looking for: https://spring.io/projects/spring-batch#learn It is based on Spring Boot. I am closing this discussion for now, but feel free to add a comment here if you need more support. I'd be happy to help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In the documentation, it is stated that CommandLineJobRunner command should be provided with config class which needs to load entire context to run any job including datasource, transaction manager beans.
I am trying to migrate one traditional spring application to spring boot. The application that is supposed to be migrated has several individual jobs which will run independently from each other by means of command line trigger. I could not find any example of a spring batch application with Spring boot setup which can be run with this CommandLineJobRunner.
Could you please create one minimal guide for this?
Beta Was this translation helpful? Give feedback.
All reactions