Binary defaults for conditional metadata now used Binary Type

Before they were of String type

resolves #467
This commit is contained in:
Glenn Renfro
2018-10-26 09:04:16 -04:00
parent 4387d816d1
commit f772956680
3 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"properties": [
{
"defaultValue": "false",
"defaultValue": false,
"name": "spring.cloud.task.single-instance-enabled",
"description": "This property is used to determine if a task will execute if another task with the same app name is running.",
"type": "java.lang.Boolean"