SpringBoot 中常用註解@Controller/@RestController/@RequestMapping介紹

@Controller //@ResponseBody public class HelloController {     @RequestMapping(value="/hello",method= RequestMethod.GET)     public String sayHello(){         return "hello";     } } 如果直接使用@Controlle
相關文章
相關標籤/搜索