We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fefda commit e452373Copy full SHA for e452373
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
@@ -326,6 +326,7 @@ additional details to be displayed.
326
327
[source,java,indent=0]
328
----
329
+ import org.springframework.boot.actuate.health.Health;
330
import org.springframework.boot.actuate.health.HealthIndicator;
331
import org.springframework.stereotype.Component;
332
0 commit comments