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 ca6e639151e..4e16aff636a 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 @@ -341,7 +341,7 @@ { "name": "spring.application.group", "type": "java.lang.String", - "description": "Application group." + "description": "Application group. Typically used with logging to help identify the application." }, { "name": "spring.application.index", @@ -356,7 +356,7 @@ "name": "spring.application.name", "type": "java.lang.String", "sourceType": "org.springframework.boot.context.ContextIdApplicationContextInitializer", - "description": "Application name." + "description": "Application name. Typically used with logging to help identify the application." }, { "name": "spring.application.version",