Spring Boot 프로젝트 구성하다 보면, Dependency Version을 어디서 찾아야 할지. 찾더라도
올바르게 사용하고 있는지 의문이 들때도 있지요.
이럴 때 공식 홈에 표기되어 있는 버전정보를 활용하면 궁금증이 금방 풀리게 됩니다.
스프링 부트 문서
Spring Boot Reference Documentation
The reference documentation consists of the following sections: Legal Legal information. Documentation Overview About the Documentation, Getting Help, First Steps, and more. Getting Started Introducing Spring Boot, System Requirements, Servlet Containers,
docs.spring.io
의존성 요소(Managed Dependency Coordinates)
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
스프링 부트 이전버전
목록을 찾지는 못했지만, URL 경로에 버전정보를 변경해서 정보를 확인 할 수 있습니다.
Spring Boot Reference Documentation
The reference documentation consists of the following sections: Legal Legal information. Documentation Overview About the Documentation, Getting Help, First Steps, and more. Getting Started Introducing Spring Boot, System Requirements, Servlet Containers,
docs.spring.io
'개발 로그' 카테고리의 다른 글
메이븐 오류 해결 - Blocked mirror for repositories (0) | 2022.01.20 |
---|---|
개발노트 6 - JUnit Properties 로딩이 안될 때 해결 방법 (0) | 2021.08.18 |
개발노트 5 - IDEA 2020.1 org.springframework.beans.Factory does not exist 오류 해결 (0) | 2021.07.29 |
개발노트 4 - 스프링 부트의 의존성 라이브러리 버전 확인하기 (0) | 2021.07.28 |
개발노트 3 - 터미널 명령어, 디렉토리 정보를 <Tree> 구조로 보자 (0) | 2021.04.29 |