Spring Boot 1.5.10 已发布,自上次更新以来,该版本包含了大量的 commit ——
Maven
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.10.RELEASE</version> </parent> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> </dependencies>
Gradle
dependencies { compile("org.springframework.boot:spring-boot-starter-web:1.5.10.RELEASE") }
源码下载: