Batch Web Spring Boot Autoconfigure

Spring Boot Starter Batch for Web

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration
Группа

Группа

de.codecentric
Идентификатор

Идентификатор

batch-web-spring-boot-autoconfigure
Последняя версия

Последняя версия

2.1.0.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Batch Web Spring Boot Autoconfigure
Spring Boot Starter Batch for Web
Организация-разработчик

Организация-разработчик

codecentric AG

Скачать batch-web-spring-boot-autoconfigure

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>batch-web-spring-boot-autoconfigure</artifactId>
    <version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/
implementation 'de.codecentric:batch-web-spring-boot-autoconfigure:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/
implementation ("de.codecentric:batch-web-spring-boot-autoconfigure:2.1.0.RELEASE")
'de.codecentric:batch-web-spring-boot-autoconfigure:jar:2.1.0.RELEASE'
<dependency org="de.codecentric" name="batch-web-spring-boot-autoconfigure" rev="2.1.0.RELEASE">
  <artifact name="batch-web-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='batch-web-spring-boot-autoconfigure', version='2.1.0.RELEASE')
)
libraryDependencies += "de.codecentric" % "batch-web-spring-boot-autoconfigure" % "2.1.0.RELEASE"
[de.codecentric/batch-web-spring-boot-autoconfigure "2.1.0.RELEASE"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-batch jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-jdbc jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 2.2.6.RELEASE
org.springframework : spring-messaging jar 5.2.5.RELEASE
org.apache.commons : commons-lang3 jar 3.9

Модули Проекта

Данный проект не имеет модулей.

Enterprise-ready production-ready batch applications powered by Spring Boot

Build Status Coverage Status Maven Central License

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 the Getting 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.

de.codecentric

codecentric AG

Версии библиотеки

Версия
2.1.0.RELEASE
2.0.4.RELEASE
2.0.3.RELEASE
2.0.2.RELEASE
2.0.1.RELEASE
2.0.0.RELEASE