How can I print all my routes out in a Spring Boot application with the command line? I know this question has been asked before, but the answers either assume one is using Intellij or wants to see the printed routes in the local server logs.
For some background information, I use vim and build my application locally with the command line Gradle commands. I am not using an IDE such as Intellij.