@RestController public class HelloSpringBoot { //透過@RequestMapping 指定從/會被對應到此hello()方法@RequestMapping("/") public String hello(){ return "向全 ...
確定! 回上一頁