Provide relevant default values for Enums
This commits adds manual metadata for enums that have a default value since the annotation processor is not able to detect that yet. Closes gh-7890
This commit is contained in:
@@ -199,6 +199,14 @@
|
||||
"description": "Enable git info.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "management.info.git.mode",
|
||||
"defaultValue": "simple"
|
||||
},
|
||||
{
|
||||
"name": "management.security.sessions",
|
||||
"defaultValue": "stateless"
|
||||
},
|
||||
{
|
||||
"name": "spring.git.properties",
|
||||
"type": "java.lang.String",
|
||||
|
||||
Reference in New Issue
Block a user