Код: Выделить всё
@ApiResponses(value = {@ApiResponse(responseCode = "200")})
@GetMapping(value = API_URI_PREFIX + PRODUCTS_URI, produces = MediaType.APPLICATION_JSON_VALUE)
@ResponseStatus(HttpStatus.OK)
public Flux
getProducts(@Valid @NotNull PagingAndSorting pagingAndSorting) {
}
Я использую SpringDoc -api v1.4.3.
Подробнее здесь: https://stackoverflow.com/questions/634 ... st-request