Skip to content

Commit 2cc7890

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents f76d67d + 01b6df1 commit 2cc7890

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)