[BAEL-14274] - Fixed article code for https://www.baeldung.com/spring-boot-actuators
This commit is contained in:
parent
9d7d7b4dde
commit
badc9eb562
|
@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
|
|||
import reactor.core.publisher.Mono;
|
||||
|
||||
@Component
|
||||
public class DownstreamServiceReactiveHealthIndicator implements ReactiveHealthIndicator {
|
||||
public class DownstreamServiceHealthIndicator implements ReactiveHealthIndicator {
|
||||
|
||||
@Override
|
||||
public Mono<Health> health() {
|
Loading…
Reference in New Issue