⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 springcontainertest.java.svn-base

📁 EasyJWeb是基于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 + -