这是什么问题?
hibernate.cfg.xml文件要添加自动创建表这个属性,代码如下:
<!-- 指定hibernate启动的时候自动创建表结构 -->
<property name="hbm2ddl.auto">create</property>