Spring中Endpoint、HasFeatures、NamedFeature和Actuator的关系及实现原理我们经常可以在Springboot中看到@Endpoint注解,被该注解标注的类里面一般都会有@XXXOperation注解,也可以在Springcloud中看到带有Endpoint字样的实现类和带有Features等字样的实现类,初次看到总会觉得很疑惑,完全不知道这些类的作用以及相关的框架,但却很常见。这次我们便来捋一下各种带有Endpoint、HasFeatures和NamedFeature这些类具体的作用以及和Actuator的关系。