- Notifications
You must be signed in to change notification settings - Fork307
Short lived microservices with Spring Batch
License
NotificationsYou must be signed in to change notification settings
spring-cloud/spring-cloud-task
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
@SpringBootApplication@EnableTaskpublicclassMyApp {@BeanpublicMyTaskApplicationmyTask() {returnnewMyTaskApplication(); }publicstaticvoidmain(String[]args) {SpringApplication.run(MyApp.class); }publicstaticclassMyTaskApplicationimplementsApplicationRunner {@Overridepublicvoidrun(ApplicationArgumentsargs)throwsException {System.out.println("Hello World"); } } }
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.
About
Short lived microservices with Spring Batch
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.