開發一個 springboot 流程 (Developing with Spring Boot)¶
- 1. Build Systems : ant , maven , gradle
- 2. Structuring Your Code : 設計代碼結構
- 3. Configuration Classes : 配置 spring-boot-start-*
- 4. Auto-configuration : 自動配置確認
- 5. Spring Beans and Dependency Injection : 寫代碼
- 6. Using the @SpringBootApplication Annotation : mian 方法
- 7. Running Your Application : run
- 8. Developer Tools : 添加 fat jar 打包工具
- 9. Packaging Your Application for Production : 打包
- 10. What to Read Next