摘要: 1.get请求,url路径传参 如 http://localhost:4001/api/unit?id=200 @RestController public class HelloController { @GetMapping(value="/hello") public String sayHe 阅读全文
posted @ 2021-07-27 08:31 踩坑大吏 阅读(112) 评论(0) 推荐(0)