mirror of
https://github.com/zaaarf/route-cartographer.git
synced 2024-11-12 23:59:20 +01:00
An annotation processor that documents all routes in a Spring project.
https://docs.zaaarf.foo/route-cartographer/
.github/workflows | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Route Cartographer
An annotation processor that reads Spring Web's annotations to write down a map of all the routes in your projects: their paths, parameters, methods...
It's a small program I found myself needing at work. Don't count on it being production-ready.