반응형
1. Root Context
WebApplicationContextUtils.getWebApplicationContext(서블릿컨텍스트객체);
2. DispatcherServlet에 설정한 컨텍스트
WebApplicationContextUtils.getWebApplicationContext(서블릿컨텍스트객체,
FrameworkServlet.SERVLET_CONTEXT_PREFIX + "설정한 서블릿 이름")
반응형
'Back-End > Spring framework' 카테고리의 다른 글
Spring Boot index page 설정 (0) | 2018.09.19 |
---|---|
Spring + Apache Commons Configuration 사용 (0) | 2018.09.17 |
Spring Interceptor 사용 시 호출 Method 얻어오기 (0) | 2018.09.17 |
Mybatis XML 쿼리 작성 시 비교 연산자 (<, >) 사용 (0) | 2018.09.17 |
Spring Path variable 사용 시 확장자 (0) | 2018.09.17 |