import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @RequestMapping("/api") public class HelloWorldController { @GetMapping("/hello") public String sayHello() { return "Hello, World!"; } }


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