Add configurable base path for web resources

This commit is contained in:
Dave Syer
2017-03-13 13:43:26 +00:00
parent 2a0653b0e7
commit 9b24d23df8
3 changed files with 12 additions and 1 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": ""
}]
}