Browse Source

Merge branch 'main' into 4.0.x

pull/45379/head
Phillip Webb 9 months ago
parent
commit
2cc7890f0f
  1. 4
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -341,7 +341,7 @@ @@ -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 @@ @@ -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",

Loading…
Cancel
Save