内容简介:Spring Boot 2 的首个维护版本 Spring Boot 2.0.1 已发布,现在可以从 repo.spring.io 和 Maven Central 获取更新。 该版本包含 160 项修复、改进和依赖项更新,Spring Boot 中的 Spring Framework 包含解决...
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
<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>
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Ruby 2.5.1 正式发布,包含 bug 修复和安全修复
- DataGrip 2017.2.2 发布,包含重要的修复
- CLion 2017.3.1 EAP 发布,包含 bug 修复
- pfSense 2.4.3 发布,包含重要的安全修复补丁
- CLion 2017.3 首个 RC 版发布,包含 Bug 修复
- Google Chrome 63.0.3239.84 发布,包含 37 项修复
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Machine Learning
Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!