From 1665bd29dbf9a8b2a6d3c92a9f78ca12ba22cce8 Mon Sep 17 00:00:00 2001 From: Haytham Mohamed Date: Mon, 29 Apr 2019 12:35:10 -0500 Subject: [PATCH] Added the sagan adoc files --- spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc diff --git a/spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc b/spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc new file mode 100644 index 00000000..d30d9d46 --- /dev/null +++ b/spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc @@ -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.