所需类包如下图:hibernate配置文件增加:<property name="hbm2ddl.auto">update</property>User类代码如下:User配置文件如下图:运行后即可自动生成数据库表,如下图: