@RestController public class HelloController { @GetMapping("/hello") public String hello() { return "Hello, World!"; } }


上一篇:
下一篇:
切换中文