Hibernate ConfigurationException: Could not locate cfg.xml resource [hibernate.cfg.xml] IntelliJ
问题 I have a problem with my hibernate.cfg.xml in IntelliJ IDE. Here is my hibernate config file: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory> <!-- Database connection settings --> <property name="connection.driver:class">org.postgresql.Driver</property> <property name="connection.url">jdbc:postgresql:/