spring框架下,在servlet中获取webapplication的context的方法

    技术2022-05-11  133

    WebApplicationContext  ctx = WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext());

    最新回复(0)