Added the sagan adoc files

This commit is contained in:
Haytham Mohamed
2019-04-29 12:35:10 -05:00
parent f1b13e049c
commit 1665bd29db

View File

@@ -0,0 +1,2 @@
Spring Cloud Task allows a user to develop and run short lived microservices using Spring Cloud and run them locally, in the cloud, even on Spring Cloud Data Flow. Just add `@EnableTask` and run your app as a Spring Boot app (single application context).
If you are new to Spring Cloud Task, take a look at our https://docs.spring.io/spring-cloud-task/docs/2.0.0.RELEASE/reference/htmlsingle/#getting-started[Getting Started] docs.