Spring Boot 1.0.0.RC4 发布,此版本主要是 RC3 版本的 bug 修复,更新了第三方依赖关系。
主要更新内容如下:
Support for Spring Loaded reloading of classes during development in Maven and Gradle builds.
A starter pom for spring-data-rest (and a sample).
Lots of new documentation (all in the source code but published as usual at http://projects.spring.io/spring-boot.
Automatic main class detection for "gradle run".
Support for relaunching and incrementing Spring Batch jobs on startup.
Spring Boot 项目旨在简化创建产品级的 Spring 应用和服务。你可通过它来选择不同的 Spring 平台。可创建独立的 Java 应用和 Web 应用,同时提供了命令行工具来允许 'spring scripts'.
项目主页:https://github.com/spring-projects/spring-boot
来自:开源中国社区

