All of the health indicator beans will be collected together with the health aggregator. To provide your own implementation of the health aggregator, create a class that implements and register it as a bean. To ensure your implementation is used instead of the default, add the @Replaces annotation to your class with the value being the .

    The default health aggregator returns an overall status that is calculated based on the health statuses of the indicators. A health status consists of several pieces of information.

    The “worst” status will be returned as the overall status. A non operational status will be selected over an operational status. A higher severity will be selected over a lower severity.