Browse Source

Merge pull request #29187 from izeye

* pr/29187:
  Fix default value for management.info.env.enabled in metadata

Closes gh-29187
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
ec730dca62
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -261,7 +261,7 @@
"name": "management.info.env.enabled", "name": "management.info.env.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Whether to enable environment info.", "description": "Whether to enable environment info.",
"defaultValue": true "defaultValue": false
}, },
{ {
"name": "management.info.git.enabled", "name": "management.info.git.enabled",

Loading…
Cancel
Save