An annotation processor that documents all routes in a Spring project. https://docs.zaaarf.foo/route-cartographer/
Find a file
2024-01-19 17:30:59 +01:00
.github/workflows ci: added github actions 2024-01-19 17:29:05 +01:00
gradle/wrapper initial commit 2024-01-19 14:29:20 +01:00
src/main chore: added docs 2024-01-19 17:28:19 +01:00
.gitignore initial commit 2024-01-19 14:29:20 +01:00
build.gradle chore: added docs 2024-01-19 17:28:19 +01:00
gradlew fix: executable gradlew on unix systems 2024-01-19 17:30:59 +01:00
gradlew.bat initial commit 2024-01-19 14:29:20 +01:00
LICENSE initial commit 2024-01-19 14:29:20 +01:00
README.md chore: added docs 2024-01-19 17:28:19 +01:00
settings.gradle initial commit 2024-01-19 14:29:20 +01:00

Route Compass

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.