Fix docs build

This commit is contained in:
Dave Syer
2018-06-04 13:32:44 +01:00
parent f1e331bf98
commit fee3a0bec3
4 changed files with 46 additions and 63 deletions

View File

@@ -6,10 +6,10 @@ image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch=maste
Spring Cloud Function is a project with the following high-level goals:
* _Promote the implementation of business logic via functions._
* _Decouple the development lifecycle of business logic from any specific runtime target so that the same code can run as a web endpoint, a stream processor, or a task._
* _Support a uniform programming model across serverless providers, as well as the ability to run standalone (locally or in a PaaS)._
* _Enable Spring Boot features (auto-configuration, dependency injection, metrics) on serverless providers._
* Promote the implementation of business logic via functions.
* Decouple the development lifecycle of business logic from any specific runtime target so that the same code can run as a web endpoint, a stream processor, or a task.
* Support a uniform programming model across serverless providers, as well as the ability to run standalone (locally or in a PaaS).
* Enable Spring Boot features (auto-configuration, dependency injection, metrics) on serverless providers.
It abstracts away all of the transport details and
infrastructure, allowing the developer to keep all the familiar tools