I have an application with REST services implemented with Spring Boot and Jersey 2. How can I print full URLs of all available RESTful services to log during application startup?
I tried writing it from services themselves, but they are initialized only on first access.