发布于 2017-05-16 11:32:48 | 227 次阅读 | 评论: 0 | 来源: 网友投递
Spring Boot
Spring Boot 项目旨在简化创建产品级的 Spring 应用和服务。你可通过它来选择不同的 Spring 平台。可创建独立的 Java 应用和 Web 应用,同时提供了命令行工具来允许 'spring scripts'.
Spring Boot 2.0.0.M1 发布了,Spring Boot 项目旨在简化创建产品级的 Spring 应用和服务。
Spring Boot 2.0.0.M1 要求 Java 8 和 Spring Framework 5.0.0.RC1 及以上版本。
该版本亮点包括:
A complete rewrite of the Gradle plugin (including a dedicated guide)
Support of reactive web applications development using WebFlux or WebFlux.fn: dedicated spring-boot-starter-webflux
starter using Netty by default, support for @WebFluxTest
for testing your reactive controller and reactive data support for MongoDB, Redis and Cassandra
Major dependencies upgrade across the portfolio: Spring Data Kay M3, Spring Security 5.0 M1, Spring Integration 5.0 M4, Spring AMQP 2.0 M4, Spring Session 2.0 M1 and Spring Batch 4.0 M2
Relaxed binding has been improved
下载地址: