【发布时间】:2020-01-01 14:01:09
【问题描述】:
如何为 Webflux 的功能变体生成 swagger 文档 它定义了类似的路线
RouterFunctions.route(POST("/createEmployee")...).andRoute(GET("/getAllEmployee")...)
我已经尝试过Spring Boot 2.0.4.RELEASE 和Springfox 3.0.0-SNAPSHOT。但它不识别端点。
【问题讨论】:
标签: spring-boot swagger spring-webflux