我正在尝试为自动执行器运行状况端点编写扩展。按照https://github.com/spring-projects/spring-boot/wiki/Migrating-a-custom-Actuator-endpoint-to-Spring-Boot-2]中的说明>
但是我没有看到我的扩展名被调用。我确实看到此消息,使用不同的定义覆盖了bean'healthEndpointWebExtension'的bean定义:因此,我创建的扩展名已被Spring提供的默认版本覆盖]
我正在尝试为自动执行器运行状况端点编写扩展。按照https://github.com/spring-projects/spring-boot/wiki/Migrating-a-custom-Actuator-endpoint-to -...
使用此代码,请记住您的类的名称[[必须
完全是HealthEndpointWebExtensionpackage org.springframework.boot.actuate.health;
以确保它可以覆盖弹簧的豆!@WebEndpoint
,例如