Skip to content

Commit ea9969d

Browse files
committed
Part III. Using Spring Boot
1 parent a18dbef commit ea9969d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: PartIII.UsingSpringBoot/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Part III. Using Spring Boot
2+
# 第三部分. 使用Spring Boot
3+
4+
This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularl special about Spring Boot (it is just another library that you can consume), there are a few recommendations that, when followed, make your development process a little easier.
5+
6+
这部分将带你进入更多详细的关于如何使用Spring Boot的内容。它涵盖了入构建系统,自动配置和如何运行你的应用程序等主题。我们也会涉及一些Spring Boot的最佳实践。当然,这些有关Spring Boot的内容也没什么特别的(它们知识另外你可以使用的一个类库),只要遵循这些建议去做会让你的开发更简单。
7+
8+
If you are starting out with Spring Boot, you should probably read the Getting Started guide before diving into this section.
9+
10+
如果你还没有开始Spring Boot,你需要大概读一下[入门手册](../PartII.GettingStarted/)里相关的章节。

0 commit comments

Comments
 (0)