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

@@ -145,6 +145,10 @@
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Config file locations."
},
{
"name": "spring.jta.atomikos.properties.console-log-level",
"defaultValue": "warn"
},
{
"name": "spring.main.banner-mode",
"type": "org.springframework.boot.Banner$Mode",