From 013f3ecc9e3a205446f6459d0997c0ad3e00d6fc Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Wed, 27 Jan 2016 11:21:22 -0600 Subject: [PATCH] Added Spring Cloud Task --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 0ececf6..47f877a 100644 --- a/index.html +++ b/index.html @@ -152,6 +152,13 @@ Spring Cloud Stream Modules can be used with Spring Cloud Stream to create, buil {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-stream-modules" repo_url="https://github.com/spring-cloud/spring-cloud-stream-modules" project_title="Spring Cloud Stream Modules" project_description=project_description %} + +{% capture project_description %} +Short lived microservices. Simple declarative for adding both functional and non-functional features to Spring Boot apps. +{% endcapture %} + +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-task" repo_url="http://github.com/spring-cloud/spring-cloud-task" project_title="Spring Cloud Task" project_description=project_description %} + {% capture project_description %} Service discovery and configuration management with Apache Zookeeper.