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 40a928ddfa31..871b675f8749 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 @@ -911,6 +911,12 @@ "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "description": "Comma-separated list of active profiles. Can be overridden by a command line switch." }, + { + "name": "spring.profiles.default", + "type": "java.lang.String", + "description": "Name of the profile to enable if no profile is active.", + "defaultValue": "default" + }, { "name": "spring.profiles.include", "type": "java.util.List",