@Validated @RestController @RequestMapping(value="test") public class TestController extends Object
| 构造器和说明 |
|---|
TestController() |
| 限定符和类型 | 方法和说明 |
|---|---|
top.oneyoung.common.result.Result<String> |
checkHealthy(String name) |
top.oneyoung.common.result.Result<String> |
exception() |
top.oneyoung.common.result.Result<String> |
exception(@Valid CallRequest name) |
@GetMapping(value="hello") public top.oneyoung.common.result.Result<String> checkHealthy(@RequestParam String name)
@PostMapping(value="exception") public top.oneyoung.common.result.Result<String> exception(@Valid @RequestBody @Valid CallRequest name)
@GetMapping(value="c") public top.oneyoung.common.result.Result<String> exception()
Copyright © 2021. All rights reserved.