https://github.com/zaaarf/route-cartographer
An annotation processor that documents all routes in a Spring project.
https://github.com/zaaarf/route-cartographer
annotation-processor java rest spring spring-web
Last synced: about 2 months ago
JSON representation
An annotation processor that documents all routes in a Spring project.
- Host: GitHub
- URL: https://github.com/zaaarf/route-cartographer
- Owner: zaaarf
- License: mit
- Created: 2024-01-19T13:29:43.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-24T15:37:44.000Z (over 2 years ago)
- Last Synced: 2025-04-08T06:46:41.577Z (about 1 year ago)
- Topics: annotation-processor, java, rest, spring, spring-web
- Language: Java
- Homepage: https://docs.zaaarf.foo/route-cartographer/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.