新聞中心
這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
SpringTool
- import org.springframework.beans.BeansException;
- import org.springframework.context.ApplicationContext;
- import org.springframework.context.ApplicationContextAware;
- /**
- * 獲取spring信息
- *
- * Created by zyb on 2016年3月14日.
- */
- public class SpringTool implements ApplicationContextAware {
- private static ApplicationContext applicationContext = null;
- @Override
- public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
- // TODO Auto-generated method stub
- if (SpringTool.applicationContext == null) {
- SpringTool.applicationContext = applicationContext;
- }
- }
- public static ApplicationContext getApplicationContext() {
- return applicationContext;
- }
- public static Object getBean(String name) {
- return getApplicationContext().getBean(name);
- }
- }
spring xml配置

創(chuàng)新互聯(lián)公司:公司2013年成立為各行業(yè)開拓出企業(yè)自己的“網(wǎng)站建設(shè)”服務(wù),為上千家公司企業(yè)提供了專業(yè)的網(wǎng)站設(shè)計制作、做網(wǎng)站、網(wǎng)頁設(shè)計和網(wǎng)站推廣服務(wù), 按需定制設(shè)計由設(shè)計師親自精心設(shè)計,設(shè)計的效果完全按照客戶的要求,并適當?shù)奶岢龊侠淼慕ㄗh,擁有的視覺效果,策劃師分析客戶的同行競爭對手,根據(jù)客戶的實際情況給出合理的網(wǎng)站構(gòu)架,制作客戶同行業(yè)具有領(lǐng)先地位的。
應(yīng)用一些不能注入的地方
【本文是專欄作者張勇波的原創(chuàng)文章,轉(zhuǎn)載請通過獲取作者授權(quán)】
分享名稱:SpringTool
標題URL:http://m.5511xx.com/article/dhdscdg.html


咨詢
建站咨詢
