org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationcontext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationcontext.xml] cannot be opened because it does not exist
2017-12-10
hibernate5中的测试代码有一点更改:
1.把applicationContext.xml配置文件中的3改成5;
2.bean的生成方式不同了。
SessionFactory bean = context.getBean("sessionFactory", SessionFactory.class);
1.把applicationContext.xml配置文件中的3改成5;
2.bean的生成方式不同了。
SessionFactory bean = context.getBean("sessionFactory", SessionFactory.class);
2017-11-21