实际上,当您迁移到新的Hibernate版本5.2.7时,
hibernate.id.new_generator_mappings默认值为
true。
为了向后兼容,您应该将此标志更改为
false。
有关更多信息,请在用户指南中搜索
new_generator_mappings:-http :
//docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html

实际上,当您迁移到新的Hibernate版本5.2.7时,
hibernate.id.new_generator_mappings默认值为
true。
为了向后兼容,您应该将此标志更改为
false。
有关更多信息,请在用户指南中搜索
new_generator_mappings:-http :