GH-236 Added initial spring-configuration-metadata.json

Resolves #236
This commit is contained in:
Oleg Zhurakousky
2018-12-03 15:07:19 +01:00
parent fd2d59c334
commit 564f238448

View File

@@ -0,0 +1,12 @@
{
"hints": [],
"groups": [],
"properties": [
{
"name": "spring.cloud.function.scan.packages",
"type": "java.lang.String",
"description": "Triggers scanning within the specified base packages for any class that is assignable to java.util.function.Function. For each detected Function class, a bean instance will be added to the context.",
"defaultValue": "functions"
}
]
}