这是我目前的项目结构:
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>
我怎样才能获得这个?我应该使用一个文件吗?
帮助表示赞赏。谢谢!