Spring Boot 版本支持对应JDK
转自:http://www.cnblogs.com/oumi/p/9241424.html
一、Spring Boot 版本支持
| Spring Boot | Spring Framework | Java | Maven | Gradle |
|---|---|---|---|---|
| 1.2.0之前版本 | 6 | 3.0+ | 1.6+ | |
| 1.2.0 | 4.1.3+ | 3.2+ |
1.12+ |
|
| 1.2.1 |
7 |
|||
| 1.2.3 | 4.1.5+ | |||
| 1.3.4 | 4.2.6+ | |||
| 1.3.6 | 4.2.7+ | |||
| 1.3.7 | ||||
| 1.3.8 | 4.2.8+ | 1.12 or 2.x Gradle 3 is not supported | ||
| 1.4.0 | 4.3.2+ | 1.12+ | ||
| 1.4.1 | 4.3.3 | 1.12 or 2.x Gradle 3 is not supported | ||
| 1.4.2 | 4.3.4 |
1.12 or 2.x Support for Gradle 2.8 and earlier is deprecated. Gradle 3 is not supported |
||
| 1.4.3 | 4.3.5 | |||
| 1.4.4 | 4.3.6 | |||
| 1.4.5 | 4.3.7 | |||
| 1.4.6 | 4.3.8 | |||
| 1.4.7 | 4.3.9 | |||
| 1.5.0 | 4.3.6 |
2 (2.9 or later) and 3 |
||
| 1.5.2 | 4.3.7 | |||
| 1.5.3 | 4.3.8 | |||
| 1.5.4 | 4.3.9 | |||
| 1.5.5 | 4.3.10 | |||
| 1.5.7 | 4.3.11 | |||
| 1.5.8 | 4.3.12 | |||
| 1.5.9 | 4.3.13 | |||
| 2.0.0 | 5.0.2 | 8 | 4 |
Spring Boot 版本支持对应JDK的更多相关文章
- Spring Boot 版本支持
一.Spring Boot 版本支持 Spring Boot Spring Framework Java Maven Gradle 1.2.0之前版本 6 3.0+ 1.6+ 1.2.0 4.1. ...
- Jdk和Spring Boot版本选择
==========================版本选择的原则:==========================1. 优先选择官方指定的long-term support(LTS)版本, 非L ...
- Spring Cloud与Spring Boot版本匹配关系
Spring Cloud是什么? “Spring Cloud provides tools for developers to quickly build some of the common pat ...
- 【杂谈】Spring Boot 默认支持的并发量
Spring Boot应用支持的最大并发量是多少? Spring Boot 能支持的最大并发量主要看其对Tomcat的设置,可以在配置文件中对其进行更改.当在配置文件中敲出max后提示值就是它的默认值 ...
- 【Spring Cloud】与Spring Boot版本匹配关系
Spring Cloud版本演进情况如下: 版本名称 版本Finchley snapshot版Edgware snapshot版Dalston SR1 当前最新稳定版本Camden SR7 稳定版本B ...
- Spring Boot 默认支持的并发量
Spring Boot应用支持的最大并发量是多少? Spring Boot 能支持的最大并发量主要看其对Tomcat的设置,可以在配置文件中对其进行更改.当在配置文件中敲出max后提示值就是它的默认值 ...
- Spring Boot全局支持CORS(跨源请求)
import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet. ...
- Spring Boot版本,Spring Cloud版本与组件版本关系
我们在学习Spring Cloud时,可能总是碰到以下问题: 1.Spring Boot版本与Spring Cloud版本关系 2.启动时,报莫名其妙的错,稀里糊涂的换个版本就好了 3.这么多版本,用 ...
- Spring Boot 学习17--改变JDK编译版本
Spring Boot在编译的时候,是有默认JDK版本的,如果我们期望使用我们要的JDK版本的话,那么要怎么配置呢? 这个只需要修改pom.xml文件的<build> -- <plu ...
随机推荐
- android黑科技系列——Wireshark和Fiddler分析Android中的TLS协议包数据(附带案例样本)
一.前言 在之前一篇文章已经介绍了一款网络访问软件的破解教程,当时采用的突破口是应用程序本身的一个漏洞,就是没有关闭日志信息,我们通过抓取日志获取到关键信息来找到突破口进行破解的.那篇文章也说到了,如 ...
- jqurey事件 ready方法用法
ready 在文档加载后激活函数 例: <html> <head> <script type="text/javascript" src=" ...
- Assembly之instruction之Indirect Autoincrement Mode
Assembler Code Content of ROMMOV @R10+,0(R11) MOV @R10+,0(R11) Length: One or two words Operation: ...
- CorelDRAW关于使用鼠标的5个技巧分享
CorelDRAW重度依赖者对快捷键和技巧性的操作爱不释手.本文我们介绍使用CorelDRAW关于鼠标操作的5个技巧,这是五种超快,非常有效,特别实用的技巧,如果每天的工作结合这些技巧的使用,效率会大 ...
- vue系列---identify(生成图片验证码)插件
identify 这是一个vue的插件,使用canvas来生成图形验证码. 具体参数如下: identify.vue组件(主要用于定义参数和方法) <template> <div c ...
- MAMP PRO php的session保存在哪里
session的概念就不介绍了,最近接触php,很好奇session会保存在哪里. mac上用了MAMP PRO集成环境,作为服务器. 查了网上,说session的保存路径在php.ini中声明,于是 ...
- myeclipse中代码不显示SVN版本号
打开 : windows ->preferences->General->Appearance->Lable Decoration s 勾选其中的 SVN 项即可. 如果以上方 ...
- Vue解决跨域之反向代理
目录 : config/index.js module.exports = { dev: { // Paths assetsSubDirectory: 'static', assetsPublicPa ...
- [CodeForces]1059C Sequence Transformation
构造题. 我递归构造的,发现如果N>3的话就优先删奇数,然后就把删完的提取一个公约数2,再重复操作即可. 具体原因我觉得是因为对于一个长度大于3的序列,2的倍数总是最多,要令字典序最大,所以就把 ...
- 【习题4-1 Uva1589】Xiangqi
[链接] 我是链接,点我呀:) [题意] 在这里输入题意 [题解] 车是可以被吃掉的... 注意这个情况. 其他的模拟即可. [代码] #include <bits/stdc++.h> u ...