diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-19 17:28:19 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-19 17:28:19 +0100 |
commit | 05f9c98dcd9ad2c7f94c261d2675e91a639ffb66 (patch) | |
tree | 6babd621a7b3a5584b2b98eb5e7481e25fc746b6 /README.md | |
parent | e858d2017270da7e87bbaf362af028f4b788d321 (diff) |
chore: added docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ -# Route Mapper -Just a little program I needed for work. Reads Spring's route mapping annotations in a project and writes down all about them.
\ No newline at end of file +# 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.
\ No newline at end of file |