Skip to content

Commit b8799cf

Browse files
committed
Update springboot-hello-world.md
1 parent 66a60b5 commit b8799cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/start/springboot-hello-world.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ server.port=8333
146146

147147
浏览器 http://localhost:8333/test/hello 如果你可以在页面正确得到 "Hello World" 的话,说明你已经成功完成了这部分内容。
148148

149+
### 总结
149150

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

151-
代码地址:https://github.com/Snailclimb/springboot-guide/tree/master/start/hello-world
152-
153-
153+
### 代办
154154

155155
- [ ] Spring Boot 启动流程分析
156156

0 commit comments

Comments
 (0)