diff --git a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 6ace93c9257..e9ceb95e0d0 100644 --- a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -87,14 +87,14 @@ { "name": "spring.config.name", "type": "java.lang.String", - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Config file name.", "defaultValue": "application" }, { "name": "spring.config.location", "type": "java.lang.String", - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Config file locations." }, { @@ -125,11 +125,13 @@ { "name": "spring.profiles.active", "type": "java.lang.String", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Comma-separated list of active profiles. Can be overridden by a command line switch." }, { "name": "spring.profiles.include", "type": "java.lang.String", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Unconditionally activate the specified comma separated profiles." } ],"hints": [