📄 springcontainertest.java.svn-base
字号:
package com.easyjf.container;
import junit.framework.TestCase;
public class SpringContainerTest extends TestCase {
public void testLoad()
{
String location="classpath:com/easyjf/web/spring.xml";
String[] locations={"classpath:com/easyjf/web/spring.xml"};
// ApplicationContext context=new ClassPathXmlApplicationContext(locations);
// System.out.println(context.getBean("wxp"));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -