Create Custom Actuator Endpoint
Let’s learn how to create a custom endpoint of the Spring Boot Actuator.
We'll cover the following...
We'll cover the following...
The ApiInfoEndpoint
class
The Spring Boot Actuator framework allows us to create custom endpoints with the @Endpoint
annotation. Let’s create the APIInfoEndpoint
...