I have a controller that has method with void return type
@RestController @RequestMapping(path = "/hello") public class HelloController { @Dele