root-context.xml
- jsp와 관련없는 객체(bean)을 설정해주는 로직을 위한 설정.
- 웹 자원과 관련되지 않은 모든 자원의 설정.
survlet-context.xml
- jsp와 관련있는 객체(bean)를 설정해 줌.(controller, multiresolver(파일업로드), Interceptor(로그인) 등)
'프레임워크 > SpringBoot' 카테고리의 다른 글
스프링부트 프로젝트 jdbc Deprecated 오류 (0) | 2021.07.22 |
---|---|
Spring Web 프로젝트 설정 오류(gradle) (0) | 2021.06.15 |
Spring Junit4 삽질 (0) | 2021.04.23 |
Spring Framework 서비스 트랜잭션 관리 (0) | 2021.02.09 |
Error 1. The fully qualified name of the bean's class, except if it serves only as a parent definition for child bean definitions. (0) | 2020.06.27 |