Warning: Undefined array key "amp-addthis" in /home/tgagmvup/onlinestudy.guru/wp-content/plugins/addthis/backend/AddThisSharingButtonsFeature.php on line 101
lang="en-US"> Actuator - onlinestudy.guru
Site icon onlinestudy.guru

Actuator

Spring boot actuators provide environmental-ready features like endpoints for the application health for monitoring and metrics.

How to configure Spring boot actuators

Add maven or gradle dependency which one you are going to use for your project.
Enable actuator endpoint:-
management.endpoints.web.exposure.include=*
Security configuration
Run the application
The endpoints are

Exit mobile version