hibernate错误

@Entity(name = "order")  check the manual that corresponds to your MySQL server version for the right syntax to use near 'order' (oid bigint not null auto_increment, uid integer, username varchar(255), ' at line 1


将order改为shop_order 就不报错误了
posted @ 2022-04-28 14:08  永哥伟大  阅读(23)  评论(1)    收藏  举报