Package org.springdoc.webflux.ui
Class SwaggerUiHome
- java.lang.Object
-
- org.springdoc.webflux.ui.SwaggerUiHome
-
@Controller public class SwaggerUiHome extends Object
Home redirection to swagger api documentation
-
-
Constructor Summary
Constructors Constructor Description SwaggerUiHome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>index(org.springframework.http.server.reactive.ServerHttpResponse response)
-
-
-
Method Detail
-
index
@GetMapping("/") public reactor.core.publisher.Mono<Void> index(org.springframework.http.server.reactive.ServerHttpResponse response)
-
-