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 ...
随机推荐
- 【JAVA练习】- 给定精度求圆周率π
给定一个精度求圆周率π的近似值 给定公式:π/4=1-1/3+1/5-1/7+1/9-... public static void main(String[] args) { System.out.p ...
- 省市区县的sql语句——省
/*SQLyog v10.2 MySQL - 5.5.48 : Database - 省市县****************************************************** ...
- 学习廖雪峰的Python教程之第一个Python程序
一.命令行模式和Python交互模式的区分 命令行模式: Python交互模式 二.文本编辑器 1.绝对不能用Word和Windows自带的记事本.Word保存的不是纯文本文件,而记事本会自作聪明地在 ...
- 人脸检测的harr检测函数
眼球追踪需要对人脸进行识别,然后再对人眼进行识别,判断人眼张合度,进而判断疲劳... 解析:人脸检测的harr检测函数使用方法 代码理解: 利用训练集,检测出脸部,画出框 void CAviTestD ...
- webSphere
WebSphere 是 IBM 的软件平台.它包含了编写.运行和监视全天候的工业强度的随需应变 Web 应用程序和跨平台.跨产品解决方案所需要的整个中间件基础设施,如服务器.服务和工具.WebSphe ...
- Linux 之secureCRT连接SSH
1.登陆linux系统,打开终端命令.输入 rpm -qa |grep ssh 查找当前系统是否已经安装. 2.如果没有安装SSH软件包,可以通过yum 或rpm安装包进行安装. .3.安装好了之后 ...
- 复习MySQL④查询功能、连接方式、联合查询
用select语句查询: select〈目标列组〉 from〈数据源〉 [where〈元组选择条件〉] [group by〈分列组〉[having 〈组选择条件〉]] [order by〈排序列1〉〈 ...
- 玩转python 各种数据类型的转换
# -*- coding: utf-8 -*- # @Time : 2019/4/28 14:27 # @Author : wujf # @Email : 1028540310@qq.com # @F ...
- 接口测试与Postman
阅读目录 1.接口测试简介 1.1 什么是接口测试 1.2 接口测试的必要性 1.3 接口测试流程 1.4 接口文档 1.5 接口测试用例设计 1.6 接口测试用例模板 2.Postman 2.1 ...
- Wireshark 如何捕获网络流量数据包
转自:http://www.4hou.com/web/7465.html?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutia ...