Spring Boot 1.3.0.M5 发布
ygp8 9年前
Spring Boot 项目旨在简化创建产品级的 Spring 应用和服务。你可通过它来选择不同的 Spring 平台。可创建独立的 Java 应用和 Web 应用,同时提供了命令行工具来允许 'spring scripts'.
下图显示 Spring Boot 在 Spring 生态中的位置:
Spring Boot 1.3.0.M5 发布,此版本现已提高在 Spring milestone repository,关闭了大约 50 个 issues,合并了 15 个 pull-requests。
值得关注的改进:
-
Lots of bug fixes and stabilization as we head towards RC1
-
Support for javax
@WebServlet
,@WebFilter
and@WebListener
annotations -
Auto-configuration for Hazelcast
-
Improved “root first” exception logging
完整改进请看 Spring Boot 1.3 Release Notes。
Project Page | GitHub | Issues | Documentation