转载

Spring Boot 1.5.10 发布,包含了大量更新

Spring Boot 1.5.10 已发布,自上次更新以来,该版本包含了大量的 commit ——

Spring Boot 1.5.10 发布,包含了大量更新

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")
}

源码下载:

原文  https://www.oschina.net/news/92955/spring-boot-1-5-10-released
正文到此结束
Loading...