Commit ca4d1f97 authored by Stephane Nicoll's avatar Stephane Nicoll

Adding meta-data for spring.output.ansi.enabled

Closes gh-2145
parent 6b4bb4d6
...@@ -97,6 +97,12 @@ ...@@ -97,6 +97,12 @@
"sourceType": "org.springframework.boot.SpringApplication", "sourceType": "org.springframework.boot.SpringApplication",
"description": "Run the application in a web environment (auto-detected by default)." "description": "Run the application in a web environment (auto-detected by default)."
}, },
{
"name": "spring.output.ansi.enabled",
"type": "org.springframework.boot.ansi.AnsiOutput$Enabled",
"description": "Configure the ANSI output (can be \"detect\", \"always\", \"never\").",
"defaultValue": "detect"
},
{ {
"name": "spring.profiles.active", "name": "spring.profiles.active",
"type": "java.lang.String", "type": "java.lang.String",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment