java - Add Spring Actuator's healthcheck without Boot and @EnableAutoConfiguration -
i want add actuator spring application (not spring boot). precise, need use actuators healthcheck, i'll able create beans of different health indicators , create complete healthcheck on /health.
at first tried add @endpointautoconfiguration
@configuration
class, there beans conflicts, because have customs beans, need, there's no need in other configurations other healthindicatorautoconfiguration
Comments
Post a Comment