본문 바로가기
개발/Spring

[Springboot] 라이브러리 의존성 버전 확인 및 선택하는 방법! dependency version

by Allonsy 2022. 3. 31.
반응형

사용하는 스프링 버전과 호환이 잘되는 라이브러리 의존성 버전을 사용하려면 공식 문서에서 확인하면 된다

아래 과정을 따라가서 버전을 확인해보자!

 

1. 스프링부트 사이트에 들어가서 사용하려는 스프링 부트 버전의 Reference Doc. 을 클릭!

https://spring.io/projects/spring-boot#learn

 

Spring Boot

Commercial support Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life. Publicly available releases for critical bugfixes and security issues when requested by customers.

spring.io

2. 레퍼런스 문서 제일 하단 Dependency Versions 클릭!

https://docs.spring.io/spring-boot/docs/current/reference/html/

 

Spring Boot Reference Documentation

The reference documentation consists of the following sections: Legal Legal information. Getting Help Resources for getting help. Documentation Overview About the Documentation, First Steps, and more. Getting Started Introducing Spring Boot, System Require

docs.spring.io

3. 사용하려는 라이브러리를 Ctrl + F 로 찾아서 ArtifactID와 Version을 확인하여 사용!

https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#appendix.dependency-versions

 

Dependency Versions

The following table provides details of all of the dependency versions that are provided by Spring Boot in its CLI (Command Line Interface), Maven dependency management, and Gradle plugin. When you declare a dependency on one of these artifacts without dec

docs.spring.io

반응형

댓글