这个项目里我报错了~大佬们,你们有没有这个错误啊…
"status": 500,
"error": "Internal Server Error",
"exception": "org.springframework.orm.jpa.JpaSystemException",
"message": "The database returned no natively generated identity value; nested exception is org.hibernate.HibernateException
没有遇到过这种错误,猜测你的Boy里少了个注解@Id
@GeneratedValue,不知道对你有没有帮助
看错误提示,应该是实体类的错误,看看是不是主键的地方写错了,或者没有指定主键策略