Merge branch '2.3.x' into 2.4.x

This commit is contained in:
Madhura Bhave 2020-12-18 18:03:22 -08:00
commit af67e6fa54
1 changed files with 7 additions and 0 deletions

View File

@ -1194,6 +1194,13 @@ If you want to display the full git information (that is, the full content of `g
mode: "full"
----
To disable the git commit information from the `info` endpoint completely, set the configprop:management.info.git.enabled[] property to `false`, as follows:
[source,properties,indent=0,configprops]
----
management.info.git.enabled=false
----
[[production-ready-application-info-build]]