io.spring.dependency-management
📝 spring boot 관련 의존성의 버전들을 관리
Gradle plugin: https://plugins.gradle.org/plugin/io.spring.dependency-management
InfoWhen you apply the
io.spring.dependency-managementplugin, Spring Boot’s plugin will automatically import thespring-boot-dependenciesbom from the version of Spring Boot that you are using
spring-boot-dependencies bom
- BOM(Bill of Materials): 여러 의존성의 버전을 한 번에 관리할 수 있도록 해주는 Maven의 기능
지원 버전 확인
spring 문서 -> dependency 버전 확인
- https://docs.spring.io/spring-boot/docs/2.7.18/reference/html/dependency-versions.html#appendix.dependency-versions 에서
io.spring.dependency-management버전 확인