Springboot2中对Kotlin路由器DSL的OpenAPI支持

时间:2020-01-27 17:38:33

标签: spring-boot kotlin swagger-ui openapi springdoc

我们正在移动代码库,以便在springboot 2 APP中使用Kotlin路由器DSL。当前,我们在OpenAPI注释中使用@RestController和kotlin,并且效果很好。

有人知道OpenAPI / Swagger注释中的任何支持都可以与RouterFunctions DSL一起使用吗?

我使用这种依赖关系。

<dependency>
        <groupId>org.springdoc</groupId>
        <artifactId>springdoc-openapi-webflux-ui</artifactId>
        <version>1.2.26</version>
    </dependency>

1 个答案:

答案 0 :(得分:1)

在springdoc文档的最后一部分中,提到了尚不支持带有功能性端点的Spring-weblfux: