首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

ApplicationContext创办:FileSystemXmlApplicationContext(String)

2013-02-24 
ApplicationContext创建:FileSystemXmlApplicationContext(String)ApplicationContext提供了三种方式实现:

ApplicationContext创建:FileSystemXmlApplicationContext(String)
ApplicationContext提供了三种方式实现:
1.ClassPathXmlApplicatinContext;
2.FieSystemXmlApplicationContext;
3.XmlWebApplicationContext.
在调用过程中出现以下错误:
The constructor FileSystemXmlApplicationContext(String) refers to the missing type BeansException;
翻译过后是缺少BeansException类型,
解决方法添加org.springframework.beans.jar.

热点排行