在hibernate.cfg.xml配置了<property name="hibernate.hbm2ddl.auto">update</property>自动创建表,但是项目启动会报 table doesn‘t exists
可能原因是主键策略设置的是native
而类里的id类型是String
这个uid要换成Integer
标签:bubuko table 项目启动 启动会 com auto ati 报表 nbsp
在hibernate.cfg.xml配置了<property name="hibernate.hbm2ddl.auto">update</property>自动创建表,但是项目启动会报 table doesn‘t exists
可能原因是主键策略设置的是native
而类里的id类型是String
这个uid要换成Integer
标签:bubuko table 项目启动 启动会 com auto ati 报表 nbsp
原文地址:https://www.cnblogs.com/suni/p/8707538.html