일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스프링
- annotationProcessor
- testAnnotationProcessor
- ApplicationContext
- RequestMapping
- spring boot
- Thread-safe
- 빈 스코프
- Lombok
- 그래들
- Java
- mybatis
- JavaScript
- okhttp
- Spring
- Bean Scope
- 어플리케이션컨텍스트
- DataSet
- 어플리케이션 컨텍스트
- 트랜잭션
- 토비
- DispatcherServlet
- 빌더패턴
- IntelliJ
- 그래이들
- WebApplicationType
- Gradle
- java8
- AOP
- ConcurrentHashMap
Archives
- Today
- Total
목록어플리케이션 컨텍스트 (1)
나만보는페이지
[Spring] ApplicationContext refresh 과정
boot-2.1.3(spring 5.1.5) 기준으로 작성하였다. 스프링부트에서는 어플리케이션 타입에(Servlet/Reactive) 따라 다른 applicationContext 구현체 를 만든다. 아래 내용은 Servlet 타입 기준으로 작성하였다. ApplicationContext refresh() Spring 의 ApplicationContext 가 refresh 될 때, 어떤 과정을 거치는지 알아보자. refresh() 는 ConfigurableApplicationContext 인터페이스의 함수이다. BeanFactory 의 초기화가 이 부분에서 진행되고, Bean 이 등록되는 과정 등이 포함되어 있다. 함수 주석을 보면, XML 파일, 프로퍼티 파일 관계형 DB 등의 설정을 갱신 또는 불러오는 ..
spring
2020. 3. 24. 22:23