Fix docs build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user