This commit is contained in:
Phillip Webb 2019-08-20 19:27:43 -07:00
parent e7c3ab3e27
commit 5f88c592b3
1 changed files with 2 additions and 0 deletions

View File

@ -1036,6 +1036,7 @@ TIP: The Maven and Gradle plugins can both generate that file. See
"<<howto.adoc#howto-build-info,Generate build information>>" for more details.
[[production-ready-application-info-custom]]
==== Writing Custom InfoContributors
To provide custom application information, you can register Spring beans that implement
@ -1076,6 +1077,7 @@ additional entry:
----
[[production-ready-monitoring]]
== Monitoring and Management over HTTP
If you are developing a web application, Spring Boot Actuator auto-configures all