I am experimenting with Spring Webflux and Kofu. It is working nicely so far, but I was wondering how I could use swagger to generate my api documentation. Is there a way?
yah, i started to use springfox 3.0.0-SNAPSHOT with webflux, it’s unfortunately snapshot version but it does work …
s
sdeleuze
09/12/2019, 4:27 PM
Not maintained yes I know
sdeleuze
09/12/2019, 4:27 PM
I will work on this but later
👍 1
d
Dennis Schröder
09/13/2019, 7:26 AM
Thx for the answers! @leodeng Does it also work with the functional style approach?
l
leodeng
09/13/2019, 12:09 PM
@Dennis Schröder it probably does not, at least i did not figure it out. I only noticed the webflux part ... but I used to write a shell app with only equivalent webmvc controllers to generate the swagger doc, it's still inconvenient, but easier than writing it from scratch to me