Skip to content

Health Indicator sample missing import statement #6312

@jbayer

Description

@jbayer

The code example in 45.6.2 Writing custom HealthIndicators is missing an import for Health on the spring boot documentation.

the full import list should look like:

import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.stereotype.Component;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions