Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DeferredImportSelector
- traceasynccustomautoconfiguration
- spring MVC
- java list
- aws secretmanager
- asyncconfigurer
- Spring Boot
- Sleuth
- java.util.list
- EnableWebMvc
- asynccustomautoconfiguration
- HashMap
- java
- spring
- Spring JPA
- CompletableFuture
- jpa
- wire type
- java lambda
- micrometer tracing
- list
- kotlin
- awssecretsmanagerpropertysources
- SpringMVC
- map
- traceId
- @FunctionalInterface
- elasticsearch
- grpc
- ResponseBody
Archives
- Today
- Total
목록spring boot Auto configuration (1)
du.study기록공간

이전에도 간략하게나마 Spring boot의 동작 원리를 작성한 적이 있습니다. 이번에는 그 과정을 좀 더 자세하게 기록해 보고자 합니다. 결론부터 말하면 스프링 부트는 두가지 방법으로 bean 등록을 하게됩니다. - ComponentScan 을 통한 bean등록 - DeferredImportSelector 를 구현하고 있는 클레스를 @Import를 통하여 불러오는 @Configuration을 선언하고 있는 클레스 우선은 SpringBoot의 시작부분부터 시작해보겠습니다. 1. @SpringBootApplication @SpringBootConfiguration @EnableAutoConfiguration @ComponentScan(excludeFilters = { @Filter(type = Filter..
스프링
2021. 1. 3. 16:40