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

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -