Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Short lived microservices with Spring Batch

License

NotificationsYou must be signed in to change notification settings

spring-cloud/spring-cloud-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Requirements:

  • Java 17 or Above

Build Main Project:

  $ ./mvnw clean install

Example:

@SpringBootApplication@EnableTaskpublicclassMyApp {@BeanpublicMyTaskApplicationmyTask() {returnnewMyTaskApplication();      }publicstaticvoidmain(String[]args) {SpringApplication.run(MyApp.class);      }publicstaticclassMyTaskApplicationimplementsApplicationRunner {@Overridepublicvoidrun(ApplicationArgumentsargs)throwsException {System.out.println("Hello World");          }      }  }

Code of Conduct

This project adheres to the Contributor Covenantcode of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior tospring-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 appendingjavadoc:aggregate to the rest of your Maven command.For example, to build the entire project, you could usemvn clean install -DskipTests -P docs.

About

Short lived microservices with Spring Batch

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors53

Languages


[8]ページ先頭

©2009-2025 Movatter.jp