diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 09a36f9a7b5..06a460a4966 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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>", + "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",