resilience4j/resilience4j-spring-boot-demo

Circuitebreaker endpoints not working with latest Spring boot version

sankar22222 opened this issue · 1 comments

Circuitebreaker monitoring endpoints not working with latest Spring boot version

Ok its with Spring boot 2 endpoints config needs to be updated
management:
endpoints:
enabled-by-default: true
web:
exposure:
include: "*"