Commit 090cc05e authored by Stephane Nicoll's avatar Stephane Nicoll

Add missing metadata for "spring.profiles"

Closes gh-16107
parent 8beb6c1b
......@@ -701,6 +701,12 @@
"description": "Fails if ApplicationPidFileWriter is used but it cannot write the PID file.",
"sourceType": "org.springframework.boot.context.ApplicationPidFileWriter"
},
{
"name": "spring.profiles",
"type": "java.util.List<java.lang.String>",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Comma-separated list of profile expressions that at least one should match for the document to be included."
},
{
"name": "spring.profiles.active",
"type": "java.util.List<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