让hibernate自动帮我们更新表结构

在hibernate配置文件中加入下面语句即可:

<property name="hibernate.hbm2ddl.auto">update</property>


你可能感兴趣的:(让hibernate自动帮我们更新表结构)