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": "true",
"defaultValue": true,
"name": "spring.cloud.task.events.enabled",
"description": "This property is used to determine if a task app should emit task events.",
"type": "java.lang.Boolean"