@Controller public class HelloController { @RequestMapping("/") @ResponseBody public String hello() { return "Hello, World!"; } }


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