spring_reference/II. Getting started
qibaoguang 380cc90cbb Update 9. System Requirements.md 2015-05-15 10:25:26 +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 Update 9. System Requirements.md 2015-05-15 10:25:26 +08:00
9.1. Servlet containers.md Update 9.1. Servlet containers.md 2015-03-13 23:44:58 +08:00
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 10:10:43 +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 Update 10.2. Installing the Spring Boot CLI.md 2015-03-15 22:39:43 +08:00
10.2.1. Manual installation.md Update 10.2.1. Manual installation.md 2015-05-15 10:12:26 +08:00
10.2.2. Installation with GVM.md Update 10.2.2. Installation with GVM.md 2015-05-15 10:13:30 +08:00
10.2.3. OSX Homebrew installation.md Update 10.2.3. OSX Homebrew installation.md 2015-05-15 10:14:28 +08:00
10.2.4. MacPorts installation.md Update 10.2.4. MacPorts installation.md 2015-03-15 23:04:53 +08:00
10.2.5. Command-line completion.md Update 10.2.5. Command-line completion.md 2015-05-15 10:15:24 +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-05-15 10:16:05 +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-05-15 10:09:37 +08:00
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 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-05-15 10:18:34 +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-05-15 10:20:45 +08:00
11.4. Running the example.md Update 11.4. Running the example.md 2015-05-15 10:21:12 +08:00
11.5. Creating an executable jar.md Update 11.5. Creating an executable jar.md 2015-05-15 10:24:15 +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应用并讨论一些我们需要遵循的核心原则。