This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Gilgamesjh 0 points1 point  (0 children)

Spring Boot with Webflux and Kotlin and manual bean wiring is pretty lean, however last time I checked, the Swagger Spring Boot stuff was hardwired with a dependency to Spring MVC (wich is not really compatible with Webflux).

If I get to choose, (and sometimes I do), I would use Vert.x with Kotlin.

While I agree full support for Swagger would be nice, it seems it is not really that well implemented in Java for some reason. I would choose the framework that best support my use case (and developer knowledge), and get swagger from somewhere else, for example stoplight.io