250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Thymeleaf
- PostgreSQL
- Spring Boot
- Exception
- Tomcat
- STS
- Docker
- Open Source
- MySQL
- git
- maven
- error
- AJAX
- SpringBoot
- Source
- Python
- oracle
- 설정
- 오픈소스
- spring
- JavaScript
- myBatis
- 문서
- MSSQL
- ubuntu
- JDBC
- Core Java
- jpa
- Eclipse
- IntelliJ
Archives
- Today
- Total
목록ApplicationContext (1)
헤르메스 LIFE
[Spring] ApplicationContext의 초기화 과정
원문 : http://jjaeko.tistory.com/19지금 까지 Spring의 기본에 대해서 글을 썻습니다.아마도 이 글은 지금까지의 글에 대한 증거(?)가 될 수도 있겠네요ApplicationContext의 초기화 과정을 보면 이전 글들에서 다뤘던LifeCycle, MessageSource, BeanPostProcess에 대한 증거들을 보실 수 있습니다.워낙 잘 짜여진 소스라 그리 어렵진 않습니다.ApplicationContext의 구현체중 하나인 ClassPathXmlApplicationContext을 생성 하면 아래의 마지막으로실행되는 생성자는 다음과 같습니다.view plaincopy to clipboardprint?public ClassPathXmlApplicationContext(Stri..
Spring Framework
2012. 5. 22. 10:36