内容简介:Spring Boot 1.5.10 发布,包含了大量更新
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") }
源码下载:
以上所述就是小编给大家介绍的《Spring Boot 1.5.10 发布,包含了大量更新》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Keepalived 1.4.3 发布,包含大量更新
- ThinkCMF 5.0.181212 发布,包含安全更新
- TensorFlow 1.3.0 正式发布,包含诸多更新
- ReSharper Ultimate 2018.1 发布,包含系列更新
- ThinkPHP 发布 5.1.33 版本——包含安全更新
- ThinkPHP 发布 5.1.33 版本——包含安全更新
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。