spring_reference/III. Using Spring Boot
qibaoguang 64ea035bfa Update README.md 2015-05-16 10:20:12 +08:00
..
13. Build systems.md Update 13. Build systems.md 2015-04-24 13:09:13 +08:00
13.1. Maven.md Update 13.1. Maven.md 2015-03-18 00:37:43 +08:00
13.1.1. Inheriting the starter parent.md Update 13.1.1. Inheriting the starter parent.md 2015-03-18 00:41:34 +08:00
13.1.2. Using Spring Boot without the parent POM.md Update 13.1.2. Using Spring Boot without the parent POM.md 2015-03-18 00:42:24 +08:00
13.1.3. Changing the Java version.md Update 13.1.3. Changing the Java version.md 2015-03-18 00:43:13 +08:00
13.1.4. Using the Spring Boot Maven plugin.md Update 13.1.4. Using the Spring Boot Maven plugin.md 2015-05-16 10:04:40 +08:00
13.2. Gradle.md Update 13.2. Gradle.md 2015-05-16 10:05:42 +08:00
13.3. Ant.md Update 13.3. Ant.md 2015-05-16 10:08:59 +08:00
13.4. Starter POMs.md Update 13.4. Starter POMs.md 2015-05-16 10:11:45 +08:00
14. Structuring your code.md Update 14. Structuring your code.md 2015-03-20 00:34:55 +08:00
14.1. Using the “default” package.md Update 14.1. Using the “default” package.md 2015-03-20 00:35:25 +08:00
14.2. Locating the main application class.md Update 14.2. Locating the main application class.md 2015-03-20 00:36:12 +08:00
15. Configuration classes.md Update 15. Configuration classes.md 2015-03-20 00:37:01 +08:00
15.1. Importing additional configuration classes.md Update 15.1. Importing additional configuration classes.md 2015-03-20 00:37:47 +08:00
15.2. Importing XML configuration.md Update 15.2. Importing XML configuration.md 2015-03-20 00:38:20 +08:00
16. Auto-configuration.md Update 16. Auto-configuration.md 2015-03-20 00:38:51 +08:00
16.1. Gradually replacing auto-configuration.md Update 16.1. Gradually replacing auto-configuration.md 2015-03-20 00:39:28 +08:00
16.2. Disabling specific auto-configuration.md Update 16.2. Disabling specific auto-configuration.md 2015-03-20 00:39:58 +08:00
17. Spring Beans and dependency injection.md Update 17. Spring Beans and dependency injection.md 2015-03-20 00:40:34 +08:00
18. Using the @SpringBootApplication annotation.md Update 18. Using the @SpringBootApplication annotation.md 2015-05-16 10:15:35 +08:00
19. Running your application.md Update 19. Running your application.md 2015-03-20 00:41:47 +08:00
19.1. Running from an IDE.md Update 19.1. Running from an IDE.md 2015-03-20 00:42:17 +08:00
19.2. Running as a packaged application.md Update 19.2. Running as a packaged application.md 2015-03-20 00:42:46 +08:00
19.3. Using the Maven plugin.md Update 19.3. Using the Maven plugin.md 2015-03-20 00:43:26 +08:00
19.4. Using the Gradle plugin.md Update 19.4. Using the Gradle plugin.md 2015-03-20 00:43:58 +08:00
19.5. Hot swapping.md Update 19.5. Hot swapping.md 2015-05-16 10:17:27 +08:00
20. Packaging your application for production.md Update 20. Packaging your application for production.md 2015-05-16 10:19:06 +08:00
21. What to read next.md Update 21. What to read next.md 2015-04-19 19:42:32 +08:00
README.md Update README.md 2015-05-16 10:20:12 +08:00

README.md

使用Spring Boot

本章节将会详细介绍如何使用Spring Boot。它覆盖了构建系统自动配置和运行/部署选项等主题。我们也覆盖了一些Spring Boot最佳实践。尽管Spring Boot没有什么特别的只是一个你能消费的库但仍有一些建议如果你遵循的话将会让你的开发进程更容易。

如果你刚接触Spring Boot那最好先读下上一章节的[Getting Started](../II. Getting started/README.md)指南。