maven中运行hibernate5的一些注意事项

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven中运行hibernate5的一些注意事项相关的知识,希望对你有一定的参考价值。

问题1:Could not bind factory to JNDI

hibernate.cfg.xml中<sessionFactory> 标签中的name="foo" 去掉

问题2:如何获得sessionFactory

SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory();

hibernate.cfg.xml存放位置src/main/resources

以上是关于maven中运行hibernate5的一些注意事项的主要内容,如果未能解决你的问题,请参考以下文章

Struts2.5.30,Hibernate5.6.8.Final,Spring5.3.19整合

idea创建maven web项目需要注意的一些细节

从 Migrate 迁移到 Spring MVC 4 + Hibernate5

hibernate5的一些坑

SSH框架的简化(struts2spring4hibernate5)

Hibernate 5.1 和 Java 8 LocalDateTime