An annotation processor that documents all routes in a Spring project. https://docs.zaaarf.foo/route-cartographer/
Find a file
2024-01-24 16:33:26 +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: rebrand 2024-01-24 16:33:26 +01:00
.gitignore initial commit 2024-01-19 14:29:20 +01:00
build.gradle chore: versioning and archive name 2024-01-20 19:55:50 +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: rebrand 2024-01-24 16:33:26 +01:00
settings.gradle chore: rebrand 2024-01-24 16:33:26 +01:00

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.