spring_reference/III. Using Spring Boot
qibaoguang ce102e3b72 Create README.md 2015-04-24 13:09:29 +08:00
..
13. Build systems.md Update 13. Build systems.md 2015-04-24 13:09:13 +08:00
13.1. Maven.md
13.1.1. Inheriting the starter parent.md
13.1.2. Using Spring Boot without the parent POM.md
13.1.3. Changing the Java version.md
13.1.4. Using the Spring Boot Maven plugin.md
13.2. Gradle.md
13.3. Ant.md
13.4. Starter POMs.md
14. Structuring your code.md
14.1. Using the “default” package.md
14.2. Locating the main application class.md
15. Configuration classes.md
15.1. Importing additional configuration classes.md
15.2. Importing XML configuration.md
16. Auto-configuration.md
16.1. Gradually replacing auto-configuration.md
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-03-20 00:41:06 +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-03-20 00:45:44 +08:00
20. Packaging your application for production.md Update 20. Packaging your application for production.md 2015-03-20 00:45:16 +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 Create README.md 2015-04-24 13:09:29 +08:00

README.md

使用Spring Boot

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

如果你刚接触Spring Boot那最好先读下上一章节的Getting Started指南。