Notice
Recent Posts
Recent Comments
Link
목록application context (1)
민스씨의 일취일장
LogT | Java Spring의 Application Context에 대해 알게된 모든 내용과 고민들
Java Spring의 Application Context(줄여서 AC)에 대한 페이지입이다. 2022년 1월 6일 Application Context에 접근하는 방법 // Servlet AC에 접근하는 방법 @Autowired WebApplicationContext servletAC; // Root AC에 접근하는 방법 ServletContext ac = request.getSession().getServletContext(); // ApplicationContextFacade 접근 WebApplicationContext rootAC = WebApplicationContextUtils.getWebApplicationContext(sc); // Root AC에 접근 // 또는 간단하게 servletAC를..
Programming Language & Framework/JAVA & Spring
2023. 1. 6. 22:54