- get访问格式如下时:http://localhost/hi?name=qlinc
//controller注解默认@RestController @RequestMapping(value = "/hi") public String hi(@RequestParam String name){ return helloService.hiService(name); }
Restful API 访问spring boot项目,controller方法参数写法(自用)
最新推荐文章于 2025-05-30 11:35:55 发布