persistence.xml和hibernate.cfg.xml无法正常工作

时间:2013-10-22 06:53:43

标签: hibernate jpa properties configuration persistence

这是我目前的项目结构:

pom.xml
/src
  /main
    /resources
      hibernate.cfg.xml
      /META-INF
        persistence.xml

我仍然需要添加一个hibernate.properties 来让hibernate属性正常工作。例如:

hibernate.show_sql=true

使用hibernate.cfg.xml激活相同的属性

<property name="hibernate.show_sql">true</property>

我怎样才能获得这个?我应该使用一个文件吗?

帮助表示赞赏。谢谢!

0 个答案:

没有答案