当前位置: 首页 > 面试题库 >

ConfigurationException:无法在项目根文件夹中找到cfg.xml资源[hibernate.cfg.xml]

南门新知
2023-03-14
问题内容

我在 项目根文件夹中*hibernate.cfg.xml 文件。 *

如果我运行的应用程序包含:

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

它在configure()方法中崩溃并显示以下消息:

无法找到cfg.xml资源[hibernate.cfg.xml]

输出

Jun 17, 2016 12:04:59 PM org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {5.2.0.Final}
Jun 17, 2016 12:04:59 PM org.hibernate.cfg.Environment <clinit>
INFO: HHH000205: Loaded properties from resource hibernate.properties: {hibernate.connection.driver_class=org.h2.Driver, hibernate.service.allow_crawling=false, hibernate.max_fetch_depth=5, hibernate.dialect=org.hibernate.dialect.H2Dialect, hibernate.format_sql=true, hibernate.generate_statistics=true, hibernate.connection.username=sa, hibernate.connection.url=jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=10000, hibernate.bytecode.use_reflection_optimizer=false, hibernate.connection.password=****, hibernate.connection.pool_size=5}
Jun 17, 2016 12:04:59 PM org.hibernate.cfg.Environment buildBytecodeProvider
INFO: HHH000021: Bytecode provider name : javassist
org.hibernate.internal.util.config.ConfigurationException: Could not locate cfg.xml resource [hibernate.cfg.xml]
    at org.hibernate.boot.cfgxml.internal.ConfigLoader.loadConfigXmlResource(ConfigLoader.java:53)
    at org.hibernate.boot.registry.StandardServiceRegistryBuilder.configure(StandardServiceRegistryBuilder.java:163)
    at org.hibernate.cfg.Configuration.configure(Configuration.java:258)
    at org.hibernate.cfg.Configuration.configure(Configuration.java:244)
    at o.k.j.HibernateTest.main(HibernateTest.java:22)

问题答案:

hibernate.cfg.xml的 文件应该被移动到 SRC 文件夹中。



 类似资料:
  • 问题内容: 我在IntelliJ IDE中的 hibernate.cfg.xml 有问题。 这是我的休眠配置文件: 这是我的应用程序类: 我通过运行以下代码得到错误: 因此在HibernateManager 中构建似乎有些问题。我得到了错误 找不到cfg.xml资源 和以下堆栈跟踪: 我已经将hibernate.cfg.xml文件放在/ src / main / java / resources下

  • 我冬眠了。cfg。项目根文件夹中的xml文件。 如果我运行的应用程序包含: 它在方法中崩溃,并显示以下消息: 无法找到cfg.xml资源[hibernate.cfg.xml] 输出:

  • 问题内容: 我正在尝试使用pgadmin3连接到ubuntu中的Postgresql9.1。我的Pgadmin3 GUI工具没有提供任何通过右键单击数据库来创建表的选项,但是在我看到的一些视频中可用。因此,我使用终端创建数据库,该数据库显示在pgadmin3中。 我的档案结构 我的Userdetails文件 我的HibernateCaller文件 Hibernate.cfg.xml 我收到以下错误

  • 我的构建环境突然出现问题,我不知道为什么。我可以使用gradlew desktop运行我的项目:run然而,当我尝试使用右键单击run as desktop application(当然是在桌面项目上)从Eclipse运行项目时,它突然找不到我的包。阿特拉斯档案。毫无疑问,该文件存在。我已经多次刷新了我的eclipse项目,并且该项目使用gradle命令行运行良好。昨天天气很好。我能想到的唯一一件

  • 我有一个可运行的jar文件,无法访问位于默认src目录之外的资源。根据我的理解,这两门课的区别是什么。getResource()和ClassLoader。getResource(),我应该能够访问root/res/img/img1。png(请参阅下面的文件夹设置),方法是使用以下getResourceFile函数: 文件夹设置: 当我尝试执行jar可执行文件本身时,问题就出现了。然而,奇怪的是,我

  • 方法:获取 现状:404 注意:URL应该是http://localhost:8080/dragonline/resources/img/icon.png()