Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Nov 13, 2019
2 parents 502ec46 + 0990afc commit 1c04c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basis/sringboot-restful-web-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ public class BookController {

通过本文我们需到了使用 Lombok 来优化 Java 代码,以及一些开发 RestFul Web 服务常用的注解:`@RestController``@RequestMapping``@PostMapping``@PathVariable``@RequestParam``@RequestBody`以及和HTTP Response 有关的 `Responsity`类。关于这些知识点的用法,我在上面都有介绍到,更多用法还需要自己去查阅相关文档。

代码地址:https://github.com/Snailclimb/springboot-guide/tree/master/source-code/start/hello-world(建议自己手敲一遍!!!)
代码地址:<https://github.com/Snailclimb/springboot-guide/tree/master/source-code/start/hello-world>(建议自己手敲一遍!!!)

0 comments on commit 1c04c15

Please # to comment.