Merge pull request #597 from spring-cloud/fix/sagan-docs

Added the sagan adoc files
This commit is contained in:
Marcin Grzejszczak
2019-04-30 08:35:14 +02:00
committed by GitHub

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.