摘要: 参考: https://www.bilibili.com/video/BV1KE411i7bC?p=2&spm_id_from=pageDriver maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactI 阅读全文
posted @ 2022-03-17 23:59 凯宾斯基 阅读(68) 评论(0) 推荐(0)
摘要: @RequestMapping("/hello") public ResponseEntity<String> hello() { HttpHeaders headers = new HttpHeaders(); headers.set("yyyy","111111"); headers.set(" 阅读全文
posted @ 2022-03-17 17:20 凯宾斯基 阅读(1954) 评论(0) 推荐(1)