spring_reference/II. Getting started
qibaoguang b606d449a2 Update 11.2. Adding classpath dependencies.md 2015-05-15 10:08:30 +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 Update 10. Installing Spring Boot.md 2015-05-14 00:00:33 +08:00
10.1. Installation instructions for the Java developer.md Update 10.1. Installation instructions for the Java developer.md 2015-05-14 00:02:37 +08:00
10.1.1. Maven installation.md Update 10.1.1. Maven installation.md 2015-05-15 09:56:44 +08:00
10.1.2. Gradle installation.md Update 10.1.2. Gradle installation.md 2015-05-15 09:59:21 +08:00
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
10.2.6. Quick start Spring CLI example.md
10.3. Upgrading from an earlier version of Spring Boot.md Update 10.3. Upgrading from an earlier version of Spring Boot.md 2015-05-15 10:06:53 +08:00
11. Developing your first Spring Boot application.md
11.1. Creating the POM.md
11.2. Adding classpath dependencies.md Update 11.2. Adding classpath dependencies.md 2015-05-15 10:08:30 +08:00
11.3. Writing the code.md
11.3.1. The @RestController and @RequestMapping annotations.md
11.3.2. The @EnableAutoConfiguration annotation.md
11.3.3. The “main” method.md
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应用并讨论一些我们需要遵循的核心原则。