Spring Batch Admin Parent

A set of services (Java, JSON) and a UI (webapp) for managing and launching Spring Batch jobs.

License

License

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-admin-parent
Last Version

Last Version

1.3.1.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

Spring Batch Admin Parent
A set of services (Java, JSON) and a UI (webapp) for managing and launching Spring Batch jobs.
Project URL

Project URL

http://docs.spring.io/spring-batch-admin
Source Code Management

Source Code Management

http://github.com/spring-projects/spring-batch-admin

Download spring-batch-admin-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-parent/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-admin-parent</artifactId>
    <version>1.3.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-parent/
implementation 'org.springframework.batch:spring-batch-admin-parent:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-parent/
implementation ("org.springframework.batch:spring-batch-admin-parent:1.3.1.RELEASE")
'org.springframework.batch:spring-batch-admin-parent:pom:1.3.1.RELEASE'
<dependency org="org.springframework.batch" name="spring-batch-admin-parent" rev="1.3.1.RELEASE">
  <artifact name="spring-batch-admin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-admin-parent', version='1.3.1.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-admin-parent" % "1.3.1.RELEASE"
[org.springframework.batch/spring-batch-admin-parent "1.3.1.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

NOTE: This project is being moved to the Spring Attic and is not recommended for new projects. Spring Cloud Data Flow is the recommended replacement for managing and monitoring Spring Batch jobs going forward. You can read more about migrating to Spring Cloud Data Flow here.

Web application and API for managing and monitoring Spring Batch jobs. The application consists of a web UI using Spring MVC, a Java service API and a RESTful (JSON) API. The web application is highly customizable, and is an ideal platform for deploying Spring Batch jobs. It can also be used to monitor jobs running in other processes. See the main project website for more details.

Getting Started Using SpringSource Tool Suite (STS)

This is the quickest way to get started. It requires an internet connection for download, and access to a Maven repository (remote or local).

  • Download STS version 3.5.* (or better) from the SpringSource website. STS is a free Eclipse bundle with many features useful for Spring developers.
  • Go to File->New->Spring Template Project from the menu bar (in the Spring perspective).
  • The wizard has a drop down with a list of template projects. One of them is a "Spring Batch Admin Webapp". Select it and follow the wizard.
  • A project is created with all dependencies and a simple input/output job configuration. It can be run using a unit test, or on the command line (see instructions in the pom.xml).

Getting Help

Read the main project website and the User Guide. Look at the source code and the Javadocs. For more detailed questions, use the forum. If you are new to Spring as well as to Spring Batch, look for information about Spring projects.

Contributing to Spring Batch Admin

Here are some ways for you to get involved in the community:

  • Create JIRA tickets for bugs and new features and comment and vote on the ones that you are interested in.
  • Github is for social coding: if you want to write code, we encourage contributions through pull requests from forks of this repository.
  • Watch for upcoming articles on Spring by subscribing to spring.io

Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

Code of Conduct

This project adheres to the Contributor Covenant . By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

org.springframework.batch

Spring

Versions

Version
1.3.1.RELEASE
1.3.0.RELEASE
1.2.2.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE
1.0.0.RELEASE