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

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -