Learn how to return 404 status code in Spring WebFlux. ... APPLICATION_JSON_UTF8_VALUE ) public Flux<String> ok() { return Flux.just("ok"); } ...
確定! 回上一頁