Commit cf5334da authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.4.x'

Closes gh-26164
parents 6965e3db 2bd4ccce
......@@ -917,6 +917,12 @@
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Unconditionally activate the specified comma-separated list of profiles (or list of profiles if using YAML)."
},
{
"name": "spring.profiles.group",
"type": "java.util.Map<java.lang.String,java.util.List<java.lang.String>>",
"sourceType": "org.springframework.boot.context.config.Profiles",
"description": "Profile groups to define a logical name for a related group of profiles."
},
{
"name": "spring.reactor.debug-agent.enabled",
"type": "java.lang.Boolean",
......
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