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:
Stephane Nicoll
2017-01-16 15:21:05 +01:00
parent c31a2d8101
commit c41ff17dd7
4 changed files with 70 additions and 6 deletions

View File

@@ -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",