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 d2064f813f..863058c581 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 @@ -180,13 +180,13 @@ }, { "name": "spring.profiles.active", - "type": "java.lang.String", + "type": "java.util.List", "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.include", - "type": "java.lang.String", + "type": "java.util.List", "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "description": "Unconditionally activate the specified comma separated profiles." },