JSP 스프링 주입 대상 예제 가 져 오기

442 단어 Spring주입 대상

<%@ page import="org.springframework.web.context.support.WebApplicationContextUtils"%>
<%@ page import="org.springframework.context.ApplicationContext"%>

ServletContext sc = this.getServletConfig().getServletContext();
ApplicationContext ac2 = WebApplicationContextUtils.getWebApplicationContext(sc);
가 져 올 대상 serv=(가 져 올 대상)ac2.getBean("spring 프로필 의 id");

좋은 웹페이지 즐겨찾기