我剛剛閱讀Maven標準目錄佈局(因爲這是我在週五晚上做的),看起來配置文件應該在src/main/config
。但默認情況下,Hibernate在hibernate.cfg.xml中查找src/main/resource
。爲什麼是這樣?爲什麼src/main/config中的hibernate.cfg.xml默認不是?
參考:http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
注意Hibernate不「看」在任何這些目錄中,這是Maven的是強制執行這種目錄佈局。實際上,Hibernate只是查看類路徑的根。 –