Spring Boot 1.3.0 M4 發布,該版本主要是修復一些 bug 和一些改進,更新內容如下:
UpgradingNo special steps are required to upgrade from earlier Spring Boot 1.3 milestones. See the instructions in the M1 release notes for upgrade from 1.2.x.
Cloudfoundry deployment regressionUnfortunately, 1.3.0.M3 contains a property binding regression that prevents deployment of a Spring Boot application to CloudFoundry. This regression has been fixed.
H2 auto-configurationThe H2 auto-configuration feature introduced in 1.3.0.M3 was not enabled properly when spring-boot-devtools is available on the classpath. This has been fixed.
New and NoteworthyDataSource typeThe connection pool used by auto-configuration can now be specified via the spring.datasource.type configuration key.
InternationalizationThe fallbackToSystemLocale flag of the auto-configured MessageSource instance can now be configured via the `spring.messages.fallback-to-system-locale- configuration key.
更多改進內容及下載地址請查看發行說明。
Spring Boot 項目旨在簡化創建產品級的 Spring 應用和服務。你可通過它來選擇不同的 Spring 平臺。可創建獨立的 Java 應用和 Web 應用,同時提供了命令行工具來允許 'spring scripts'.
下圖顯示 Spring Boot 在 Spring 生態中的位置: