charminseok
[Spring Boot] 의존성 관리 본문
parent POM 사용.
spring-boot-dependencies에 모든 의존성들이 정의되어 있다. 그렇기 때문에 버전을 명시하지 않아도 스프링 부트에서 관리해준다.
장점
- 직접 관리해야할 의존성이 줄어든다.
Documentationdocs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-dependency-management
docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-dependency-management
Spring Boot Reference Documentation
This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularly spe
docs.spring.io
'Spring' 카테고리의 다른 글
[Spring Security] SecurityContextHolder (0) | 2022.05.10 |
---|---|
[Spring Boot] 자동 설정 (0) | 2021.02.12 |
[Spring Boot] (0) | 2021.01.31 |
[Spring] AOP (0) | 2021.01.26 |
[spring] SpEL (0) | 2021.01.26 |