标签:util xtu text 页面 get webapp spring ram textutils
第一步在JSP页面中导入下面的包:
<%@page import="org.springframework.web.context.support.WebApplicationContextUtils" %> <%@page import="org.springframework.web.context.WebApplicationContext" %>
第二步:获取实例
WebApplicationContext context=WebApplicationContextUtils.getWebApplicationContext(application); User user = (User)context.getBean("user");
完成~~~
标签:util xtu text 页面 get webapp spring ram textutils
原文地址:https://www.cnblogs.com/loaderman/p/10283631.html