Add back spring-cloud-function-web (faster startup)

With this change there are now 2 choices for web endpoints. The
stream servlet binder is useful for multi-binder use cases
(e.g. HTTP -> message broker).
This commit is contained in:
Dave Syer
2018-01-03 15:00:37 +00:00
parent 1af0d451cf
commit 1c0b603986
27 changed files with 2705 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{"properties": [
{
"name": "spring.cloud.function.web.path",
"type": "java.lang.String",
"description": "Path to web resources for functions (should start with / if not empty).",
"defaultValue": ""
}]
}

View File

@@ -0,0 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.springframework.cloud.function.web.flux.ReactorAutoConfiguration