I am experimenting with Spring Webflux and Kofu. I...
# spring
d
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?
👍 1
s
l
yah, i started to use springfox 3.0.0-SNAPSHOT with webflux, it’s unfortunately snapshot version but it does work …
s
Not maintained yes I know
I will work on this but later
👍 1
d
Thx for the answers! @leodeng Does it also work with the functional style approach?
l
@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
👍🏼 1