Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

클래스모듈버전설명
AnnotationConfigApplicationContextspring-context3.0하나 이상의 자바 기반 설정 클래스에서 스프링 애플리케이션 컨텍스트를 로드함.
AnnotationConfigWebApplicationContextspring-web3.0하나 이상의 자바 기반 설정 클래스에서 스프링 웹 애플리케이션 컨텍스트를 로드함.
ClassPathXmlApplicationContextspring-context1.0클래스패스(classpath)에 위치한 XML 파일에서 컨텍스트 정의 내용을 로드함.
FileSystemXmlApplicationContextspring-context1.0파일 시스템에서, 즉 파일 경로로 지정된 XML 파일에서 컨텍스트 정의 내용을 로드함.
XmlWebApplicationContextspring-web1)1.0웹 애플리케이션에 포함된 XML 파일에서 컨텍스트 정의 내용을 로드함.

 

...

Anchor
comment_01
comment_01
1) 스프링 프레임워크 1.0부터 존재했으며, 스프링 프레임워크 3.0에서 spring-web 모듈로 분리되었음.