oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.
https://jodd.org
BSD 2-Clause "Simplified" License
4.06k stars 723 forks source link

Can you integrate Swagger Doc like Spring frame? #774

Closed Mr-Hongan closed 4 years ago

Mr-Hongan commented 4 years ago

Current behavior

Not sure how to integrate Swagger Doc

Expected behavior

You can tell us how to integrate,thanks

Steps to Reproduce the Problem

igr commented 4 years ago

You might start with listing Madvoc components, like here:

https://github.com/oblac/jodd/blob/master/jodd-joy/src/main/java/jodd/joy/JoyMadvoc.java#L175

And then you can add your custom annotations and code.

Sorry for not having this in Madvoc (https://github.com/oblac/jodd#%EF%B8%8F-the-future-and-versions)