Skip to content

Commit 4316a4d

Browse files
committed
链接🔗地址更改
1 parent eb9d42b commit 4316a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/basis/sringboot-restful-web-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ public class BookController {
119119

120120
### 总结
121121

122-
通过本文我们需到了使用 Lombok 来优化 Java 代码,以及一些开发 RestFul Web 服务常用的注解:`@RestController``@RequestMapping``@PostMapping``@PathVariable``@RequestParam``@RequestBody`以及和HTTP Response 有关的 `Responsity`类。关于这些知识点的用法,我在上面都有介绍到,更多用法还需要自己去查阅相关文档。代码地址:(建议自己手敲一遍!!!)
122+
通过本文我们需到了使用 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(建议自己手敲一遍!!!)

docs/start/springboot-hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ server.port=8333
148148

149149
### 总结
150150

151-
通过本文我们学到了如何新建 Spring Boot 项目、SpringBoot 项目常见的项目结构分析、`@SpringBootApplication` 注解分析,最后实现了 Spring Boot 版的 "Hello World"。代码地址:https://github.com/Snailclimb/springboot-guide/tree/master/start/hello-world (建议自己手敲一遍!!!)
151+
通过本文我们学到了如何新建 Spring Boot 项目、SpringBoot 项目常见的项目结构分析、`@SpringBootApplication` 注解分析,最后实现了 Spring Boot 版的 "Hello World"。代码地址:https://github.com/Snailclimb/springboot-guide/tree/master/source-code/start/hello-world(建议自己手敲一遍!!!)
152152

153153
### 代办
154154

0 commit comments

Comments
 (0)