- Notifications
You must be signed in to change notification settings - Fork124
License
codecentric/spring-boot-starter-batch-web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The project batch-web-spring-boot-starter is a Spring Boot starter for Spring Batch taking care of everything except writing the jobs.
See the documentation for detailed infos, examples and operational details.
Features include:
- Starting up a web application and automatically deploying batch jobs to it (JavaConfig, XML or JSR-352).
- Log file separation, one log file for each job execution.
- An operations http endpoint for starting and stopping jobs, for retrieving the BatchStatus and the log file.
- A monitoring http endpoint for retrieving detailed information on a job execution, for knowing all deployed jobs and all running job executions.
Take a look at theGetting Started page.
There are the following samples available:
batch-boot-simple: a very simple JavaConfig sample with an embedded database.
batch-boot-file-to-db: a job configured in xml using job parameters that reads from a file and writes to a database. This sample demonstrates the usage of an external database.
batch-boot-simple-jsr352: job samples in JSR-352 style.
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.