You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REST API for <ahref="https://spring.io/projects/spring-batch">Spring Batch</a>, based on Spring Boot 2.2 and JDK 11.
9
+
REST API for <ahref="https://spring.io/projects/spring-batch">Spring Batch</a> based on <ahref="https://github.com/spring-projects/spring-boot">Spring Boot 2.2</a> and <ahref="https://github.com/spring-projects/spring-hateoas">Spring HATOEAS</a>. It comes with an OpenAPI 3 documentation provided by <ahref="https://github.com/springdoc/springdoc-openapi">Springdoc</a>.
10
10
11
11
## Features
12
12
- Get information on jobs, job executions, and Quartz schedules
13
13
- Start job execution (synchronous or asynchronous) with optional job property overrides. The job properties can
14
14
either be obtained via a custom API or via standard Spring Batch job parameters, accessible from <ahref="https://docs.spring.io/spring-batch/trunk/apidocs/org/springframework/batch/core/scope/StepScope.html">step-scoped beans</a>.
15
15
16
-
17
-
18
16
## Live Demo
19
17
20
18
Check out the <ahref="https://spring-batch-rest.herokuapp.com/swagger-ui.html">live demo</a> of this project's Swagger UI. This demo is automatically updated whenever the repo's master branch changes. Please note that it may take up to 30s for this Heroku app to perform a cold start after it has not been used for a while.
0 commit comments