spring_reference/II. Getting started
qibaoguang fe7a260dba Update README.md 2015-05-03 22:39:36 +08:00
..
8. Introducing Spring Boot.md Update 8. Introducing Spring Boot.md 2015-05-03 22:39:15 +08:00
9. System Requirements.md
9.1. Servlet containers.md
10. Installing Spring Boot.md
10.1. Installation instructions for the Java developer.md
10.1.1. Maven installation.md
10.1.2. Gradle installation.md
10.2. Installing the Spring Boot CLI.md
10.2.1. Manual installation.md
10.2.2. Installation with GVM.md
10.2.3. OSX Homebrew installation.md
10.2.4. MacPorts installation.md
10.2.5. Command-line completion.md Update 10.2.5. Command-line completion.md 2015-03-15 23:05:30 +08:00
10.2.6. Quick start Spring CLI example.md Update 10.2.6. Quick start Spring CLI example.md 2015-03-15 23:06:13 +08:00
10.3. Upgrading from an earlier version of Spring Boot.md Update 10.3. Upgrading from an earlier version of Spring Boot.md 2015-03-15 23:07:18 +08:00
11. Developing your first Spring Boot application.md Update 11. Developing your first Spring Boot application.md 2015-03-15 23:46:26 +08:00
11.1. Creating the POM.md Update 11.1. Creating the POM.md 2015-03-16 00:19:54 +08:00
11.2. Adding classpath dependencies.md Update 11.2. Adding classpath dependencies.md 2015-03-16 00:20:48 +08:00
11.3. Writing the code.md Update 11.3. Writing the code.md 2015-03-16 00:21:34 +08:00
11.3.1. The @RestController and @RequestMapping annotations.md Update 11.3.1. The @RestController and @RequestMapping annotations.md 2015-03-16 00:22:22 +08:00
11.3.2. The @EnableAutoConfiguration annotation.md Update 11.3.2. The @EnableAutoConfiguration annotation.md 2015-03-16 00:23:06 +08:00
11.3.3. The “main” method.md Update 11.3.3. The “main” method.md 2015-03-16 00:23:36 +08:00
11.4. Running the example.md Update 11.4. Running the example.md 2015-03-16 00:24:40 +08:00
11.5. Creating an executable jar.md Update 11.5. Creating an executable jar.md 2015-03-16 00:25:40 +08:00
12. What to read next.md Update 12. What to read next.md 2015-04-19 19:26:26 +08:00
README.md Update README.md 2015-05-03 22:39:36 +08:00

README.md

开始

如果你想从总体上对Spring Boot或Spring入门本章节就是为你准备的在这里我们将回答基本的"what?""how?"和"why?"问题。你会发现一个温雅的Spring Boot介绍及安装指南。然后我们构建第一个Spring Boot应用并讨论一些我们需要遵循的核心原则。