Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- pom.xml
- codility
- HashMap
- 의존성관리
- 코딩테스트
- vuejs #vue #js #프론트엔드 #nodejs #클라이언트사이드 #템플릿엔진
- springboot
- spring scheduler
- 프로젝트 구조
- Arrays
- C++
- 스프링 부트
- Spring Mail
- Dependency
- pair
- @Scheduled
- 스프링
- 스프링 메일
- Spring Boot
- maven
- Spring
- GOF
- Collections
- java
- mybatis
- 스프링 스케줄러
- 프로그래머스
- 스프링부트
- list
- thymeleaf
Archives
- Today
- Total
목록스프링부트 (1)
Rooted In Develop
Spring Boot 원리 : 의존성(Dependency) 관리
이 글은 인프런의 백기선님의 강좌를 수강하며 정리한 글입니다. 1. 서론 예전 Spring Legacy Project의 경우 스프링 프레임워크의 버전업이든지, 써드파티의 버전업이든지 서로간의 의존성 충돌이 일어나기 시작하면 해결하는데 시간이 꽤 걸린다. 어떻게 해서 Spring Boot(이하 스프링 부트)는 어떻게 버전 명시 없이 의존성이 주입되는 것일까? 우선 스프링 부트 프로젝트의 pom.xml을 살펴봅시다. 2. Parent : Dependency Management + Resource Filtering + Plugin Configuration pom.xml(Maven) org.springframework.boot spring-boot-starter-parent 2.1.7.RELEASE 간단하게도,..
Back End/Spring Boot
2019. 9. 2. 22:57