spring security gradle / maven 의존성 추가 중에 알게 된 정보
Spring 버전별로 dependency가 최적화되는 버전을 찾아서 추가할 수 있다.
1. 접속
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. 프로젝트와 일치하는 Spring boot 버전 옆의 Reference Doc. 클릭

3. 이동한 페이지 제일 하단 Dependency Versions 클릭
4. 추가할 의존성을 검색해서 최적화 버전 찾기

5. gradle 프로젝트 라면 build.gradle 파일의 버전 수정
maven 프로젝트라면 pom.xml 파일 버전 수정
6. 재 빌드 혹은 Update
'Spring' 카테고리의 다른 글
Spring initializr : 의존성 추가 포맷/폼 만들어주는 사이트 (0) | 2022.06.30 |
---|
spring security gradle / maven 의존성 추가 중에 알게 된 정보
Spring 버전별로 dependency가 최적화되는 버전을 찾아서 추가할 수 있다.
1. 접속
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. 프로젝트와 일치하는 Spring boot 버전 옆의 Reference Doc. 클릭

3. 이동한 페이지 제일 하단 Dependency Versions 클릭
4. 추가할 의존성을 검색해서 최적화 버전 찾기

5. gradle 프로젝트 라면 build.gradle 파일의 버전 수정
maven 프로젝트라면 pom.xml 파일 버전 수정
6. 재 빌드 혹은 Update
'Spring' 카테고리의 다른 글
Spring initializr : 의존성 추가 포맷/폼 만들어주는 사이트 (0) | 2022.06.30 |
---|