eclipse 部署spring源码经验之谈

27 篇文章 0 订阅

 

 

1、junit加载applicationContext的写法为:

 

ApplicationContext bf=new ClassPathXmlApplicationContext("classpath:/org/springframework/jmx/applicationContext.xml");

 

 

2、intellij显示task的方法:

Window | Background Tasks | Show

 参考链接:https://www.jetbrains.com/help/idea/2016.1/working-with-background-tasks.html?origin=old_help

 

 

3、gradle的下载和环境变量配置:

http://blog.jobbole.com/71999/

 

4、关于eclipse安装spring源码的教程:

1)http://blog.csdn.net/sw277378347/article/details/44978493 比较简单的教程,有个大概的思路,无亮点

2)http://www.wurenny.com/2015/04/17/186 大牛级别,阐述了gradle单独编译正确,为什么eclipse中还有错误,是因为依赖关系导致。

3)http://blog.csdn.net/lqleo323/article/details/50340187 这是intellij的教程。里面在源码里面写了个例子,深受启发,自己也在context包下面写了一个test。

public class TestSpringHello {
	@Test
	public void test(){
		@SuppressWarnings("resource")
		ApplicationContext bf=new ClassPathXmlApplicationContext("classpath:/org/springframework/jmx/applicationContext.xml");
		JmxTestBean jtb=(JmxTestBean)bf.getBean("testBean");
		System.out.println(jtb.getName());
	}
}

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值