首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

Spring Boot 2.0.1 发布,包含大量修复和改进

Spring Boot 2 的首个维护版本 Spring Boot 2.0.1?已发布,现在可以从 repo.spring.io?和?Maven Central?获取更新。

该版本包含 160 项修复、改进和依赖项更新,Spring Boot 中的 Spring Framework?包含解决多个漏洞报告的修复程序。请参阅此博客文章了解更多详情。

详情请查看发布说明:https://spring.io/blog/2018/04/05/spring-boot-2-0-1-available-now

Maven

代码语言:javascript
复制
<parent>
????<groupId>org.springframework.boot</groupId>
????<artifactId>spring-boot-starter-parent</artifactId>
????<version>2.0.1.RELEASE</version>
</parent>
<dependencies>
????<dependency>
????????<groupId>org.springframework.boot</groupId>
????????<artifactId>spring-boot-starter-web</artifactId>
????</dependency>
</dependencies>
  • 发表于:
  • 原文链接https://www.oschina.net/news/94917/spring-boot-2-0-1-released
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券
http://www.vxiaotou.com