jmnarloch/spring-cloud-config-refresh

cannot find RefreshEndpoint class

Opened this issue · 0 comments

I used this library but looks like bean is not getting init due to missing RefreshEndpoint.

@ConditionalOnBean({RefreshEndpoint.class})

I am using Spring Boot (v2.1.3.RELEASE)