I have a rest service written with spring boot. I want to get all endpoints after start up. How can i achieve that? Purpose of this, i want to save all endpoints to a db af
In the application.properties, we need management.endpoints.web.exposure.include=mappings
Then we can see all the endpoints at: http://localhost:8080/actuator/mappings