@RestController @RequestMapping(value="/demo") public class DemoController extends Object
DemoController()
Response
error()
SingleResponse<String>
hello()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DemoController()
@GetMapping(value="/error") public Response error()
@GetMapping(value="/hello") public SingleResponse<String> hello()
Copyright © 2022. All rights reserved.