Skip to content

Commit 01b6df1

Browse files
committed
Merge branch '3.4.x'
Closes gh-45628
2 parents 3145ddf + 0f0aa85 commit 01b6df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
{
342342
"name": "spring.application.group",
343343
"type": "java.lang.String",
344-
"description": "Application group."
344+
"description": "Application group. Typically used with logging to help identify the application."
345345
},
346346
{
347347
"name": "spring.application.index",
@@ -356,7 +356,7 @@
356356
"name": "spring.application.name",
357357
"type": "java.lang.String",
358358
"sourceType": "org.springframework.boot.context.ContextIdApplicationContextInitializer",
359-
"description": "Application name."
359+
"description": "Application name. Typically used with logging to help identify the application."
360360
},
361361
{
362362
"name": "spring.application.version",

0 commit comments

Comments
 (0)