In a webflux project, we can create a RestController like this
@RestController public class TestController { @GetMapping("/test/hello") public S