Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴

charminseok

[Spring Boot] 의존성 관리 본문

Spring

[Spring Boot] 의존성 관리

charminseok 2021. 2. 10. 17:16

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