为了账号安全,请及时绑定邮箱和手机立即绑定

Table 'hibernate.student' doesn't exist

这是什么问题?

正在回答

1 回答

hibernate.cfg.xml文件要添加自动创建表这个属性,代码如下:

<!-- 指定hibernate启动的时候自动创建表结构 -->

<property name="hbm2ddl.auto">create</property>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

Table 'hibernate.student' doesn't exist

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信