Spring Boot (Maven)

스프링부트 백그라운드9 ( 생성된 빈 접근하는 방법 )

pjh8838 2024. 6. 11. 20:48
반응형

ApplicationContext ctx;

  public 생성자(ApplicationContext ctx){
     this.ctx = ctx;
  }

  ctx.getBean("xxx", 클래스명.class);  // @Service("xxx") public class DeptServiceImpl

 

728x90
반응형