Circuitebreaker endpoints not working with latest Spring boot version
sankar22222 opened this issue · 1 comments
sankar22222 commented
Circuitebreaker monitoring endpoints not working with latest Spring boot version
sankar22222 commented
Ok its with Spring boot 2 endpoints config needs to be updated
management:
endpoints:
enabled-by-default: true
web:
exposure:
include: "*"