Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

JavaConfig 사용하기

A collection of 1 post
JavaConfig 사용하기

Using Java Configuration

원문 : Chapter 7. Using Java Configuration [http://static.springframework.org/spring-javaconfig/docs/1.0-m2/reference/html/using-java-config.html] 애플리케이션에서 애노테이션을 설정 파일로 사용할 수 있는 방법으로 다음과 같은 클래스가 있다. * AnnotationApplicationContext 이 클래스는 Ant 스타일 패턴을 사용하여 애노테이션을 사용한 설정 클래스 이름을 받을 수 있다. ApplicationContext oneConfig = new AnnotationApplicationContext(SimpleConfiguration.
Jul 25, 2007 — 2 min read
Whiteship © 2022
Powered by Ghost