Skip to content
This repository was archived by the owner on Jul 21, 2022. It is now read-only.

Latest commit

History

404 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Spring Cloud Task Build Status

spring cloud task

Is a project centered around the idea of processing on demand. A user is able to develop a “task” that can be deployed, executed and removed on demand, yet the result of the process persists beyond the life of the task for future reporting.

Requirements:

  • Java 7 or Above

Build Main Project:

 $ ./mvnw clean install

Example:

@SpringBootApplicationpublicclassMyApp {
@BeanpublicMyTaskApplicationmyTask() {
returnnewMyTaskApplication();
}
publicstaticvoidmain(String[] args) {
SpringApplication.run(MyApp.class);
}
publicstaticclassMyTaskApplicationimplementsCommandLineRunner {
@Overridepublicvoidrun(String... strings) throwsException {
System.out.println("Hello World");
}
}
}

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Building the Project

This project requires that you invoke the Javadoc engine from the Maven command line. You can do so by appending javadoc:aggregate to the rest of your Maven command. For example, to build the entire project, you could use ./mvnw -Pfull javadoc:aggregate.

About

Short lived microservices with Spring Batch

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages