Getting Started with Spring Cloud Task

This guide walks you through an overview of Spring Cloud Task and the process of creating and launching short-lived batch application.

What is Spring Cloud Task?

A framework for building short-lived Spring Boot microservices, such as batch data processing jobs. You can learn more about the framework from the project-site, documentation, and samples.

Simple Task Application

In the following guide, we develop a Spring Boot application that uses Spring Cloud Task and deploy it to Cloud Foundry, Kubernetes, and your local machine.

Spring Batch Job as a Task

In the following guide, we develop a Spring Batch application and deploy it to Cloud Foundry, Kubernetes, and your local machine.

Summary

Congratulations! You have completed Spring Cloud Task’s high-level overview, and you were able to build, test and launch a simple task and as well a batch-job.