일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- maven
- myBatis
- git
- SpringBoot
- Eclipse
- spring
- JavaScript
- error
- ubuntu
- STS
- PostgreSQL
- Spring Boot
- Core Java
- 설정
- IntelliJ
- Exception
- Open Source
- MSSQL
- 오픈소스
- Source
- Docker
- oracle
- JDBC
- 문서
- Tomcat
- Thymeleaf
- Python
- AJAX
- MySQL
- jpa
- Today
- Total
헤르메스 LIFE
[Spring & Spring Boot] 스프링 JDK 버전 호환 본문
[Spring & Spring Boot] 스프링 JDK 버전 호환
개발환경을 셋팅하다보면 꼭 찾아보게되는 내용이라..
정리해봤습니다.
스프링 - JDK 버전 호환
Release | Version | JDK | 비고 |
2023.11 | Spring FrameWork 6.2.x | JDK 17, 19, 21, 23, 25 | |
2023.11 | Spring FrameWork 6.1.x | JDK 17, 19, 21, 23 | |
2022-11 | Spring FrameWork 6.0.x | JDK 17, 19, 21 | |
2020-10 | Spring FrameWork 5.x.x | JDK 8, 11, 17, 19, Java EE 8 | |
Spring FrameWork 4.3.x | JDK 6, 7, 8 EOL(end-of-life) 2020/12/31 |
||
Spring FrameWork 3.2.x | JDK 5 EOL(end-of-life) 2016/12/31 |
스프링 Boot - JDK 버전 호환
Release | Version | JDK(LTS) | 비고 |
Spring Boot 3.x | JDK 17 | Spring FrameWork 6.0 지원 Gradle 7.5 |
|
Spring Boot 2.7 | Spring FrameWork 5.3.22 지원 Gradle 6.8.x ~ 7.x Tomcat9 |
||
Spring Boot 2.6 | |||
Spring Boot 2.5 | Gradle 6.8 이상 | ||
Spring Boot 2.4 | Spring FrameWork 5.3 지원 | ||
Spring Boot 2.3 | JDK 11 | Spring FrameWork 5.2 지원 Tomcat 9 |
|
Spring Boot 2.2 | Spring FrameWork 5.2 지원 Gradle 4.10 이상 Tomcat 9 |
||
2018.10 | Spring Boot 2.1 | JDK 8, 11 | Spring FrameWork 5.1 지원 Tomcat 9 |
2018.03 | Spring Boot 2.0 | JDK 8 | Spring FrameWork 5.0 지원 Tomcat 8.5 |
2017.01 | Spring Boot 1.5 | JDK 6, 7, 8 | Spring FrameWork 4.2 지원 Tomcat 8.5 |
2014.05 | Spring Boot 1.1 | JDK 6 | Spring FrameWork 4.0.5 지원 Tomcat 7.0.54 |
출처
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions
Spring Framework Versions
Spring Framework. Contribute to spring-projects/spring-framework development by creating an account on GitHub.
github.com
https://spring.io/projects/spring-framework/#support
Spring Framework
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuse
spring.io
https://github.com/spring-projects/spring-boot/wiki
Home
Spring Boot. Contribute to spring-projects/spring-boot development by creating an account on GitHub.
github.com
Spring Cloud 2020.0 Release Notes
Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects. - spring-cloud/spring-cloud-release
github.com
Maven Spring Boot Version 정보 ( https://mvnrepository.com/artifact/org.springframework.boot/spring-boot )
https://hermeslog.tistory.com/657
[JAVA] OpenJDK 종류
2019년 9월 14일 Oracle에서 새로운 라이센스를 발표하였습니다. https://www.oracle.com/downloads/licenses/no-fee-license.html Oracle No-Fee Terms and Conditions (NFTC) License Agreement Your use of this Program is governed by the No-Fee Te
hermeslog.tistory.com
https://hermeslog.tistory.com/506
[Eclipse] Eclipse의 버전별 애칭
출처 : Eclipsepedia ( https://wiki.eclipse.org/Eclipse/Installation ) Eclipse/Installation - EclipsepediaInstalling Eclipse is relatively easy, but does involve a few steps and software from at least two different sources. Eclipse is a Java-based applic
hermeslog.tistory.com
'Spring Framework' 카테고리의 다른 글
[SpringBoot] Docker에 PostgreSQL 설치 / 연결하기 (4) | 2025.03.09 |
---|---|
[SpringBoot] MySQL/Maria 연결하기 (0) | 2024.08.21 |
[Spring Cloud Netflix] Eureka Service 샘플 (2) | 2024.03.27 |
[Log] Log4Jdbc 설정 (0) | 2024.02.23 |
[Redis] Docker에 Redis 설치하기 + 비밀번호 (0) | 2024.01.30 |