Is it possible to list all my configured rest-endpoints with spring boot? The actuator lists all existing paths on startup, I want something similar for my custom services,
Can you use ResourceConfig#getResources on your ResourceConfig object then get the info you need by iterating through the Set it returns?
ResourceConfig
Apologies, would try it, but I don't have the Resources to do it right now. :-p