在哪里可以找到hibernate.cfg.xml

2025-04-06 02:30:28
推荐回答(1个)
回答1:

要你能找到,放在哪里都可以。sessionFactory = new Configuration().configure("WEB-INF/hibernate.cfg.xml").buildSessionFactory();

hibernate实现有两种配置,xml配置与注释配置。
一、hibernate.cfg.xml