Skip to content

Commit 0f0aa85

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-45627
2 parents 0c313c3 + 1d923cc commit 0f0aa85

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
@@ -301,7 +301,7 @@
301301
{
302302
"name": "spring.application.group",
303303
"type": "java.lang.String",
304-
"description": "Application group."
304+
"description": "Application group. Typically used with logging to help identify the application."
305305
},
306306
{
307307
"name": "spring.application.index",
@@ -316,7 +316,7 @@
316316
"name": "spring.application.name",
317317
"type": "java.lang.String",
318318
"sourceType": "org.springframework.boot.context.ContextIdApplicationContextInitializer",
319-
"description": "Application name."
319+
"description": "Application name. Typically used with logging to help identify the application."
320320
},
321321
{
322322
"name": "spring.application.version",

0 commit comments

Comments
 (0)