Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 1.44 KB

File metadata and controls

14 lines (8 loc) · 1.44 KB

12. What to Read Next

12. 接下来是什么呢?

Hopefully, this section provided some of the Spring Boot basics and got you on your way to writing your own applications. If you are a task-oriented type of developer, you might want to jump over to spring.io and check out some of the getting started guides that solve specific "How do i do that with Spring?" problems. We also have Spring Boot-specific "How to" reference documentation.

希望这部分内容提供的关于Spring Boot基础知识,能够帮你编写自己应用程序。如果你是一个实战类型的开发者,你也许想跳过spring.io,查看一些入门向导,来解决“如何使用Spring做这件事?”的具体问题。我们也有Spring Boot特定的“如何”参考手册。

The Spring Boot repository also has a bunch of samples you can run. The samples are independent of the rest of the code (that is, you do not need to build the rest to run or use the samples).

Spring Boot repository也有一些可以运行的例子。这些例子独立于其他的代码(它们不需要你构建去运行或者使用其他代码的示例)。

Otherwise, the next logical step is to read Part III, "Using Spring Boot". If you are really impatient, you could also jump ahead and read about Spring Boot features.

此外,接下来就是第三部分,“使用Spring Boot”。如果你已经真的不耐烦了,你也可以跳到这么部分,直接阅读Spring Boot特性。