spring boot進階web學習
這個項目里我報錯了~大佬們,你們有沒有這個錯誤啊…
? "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
2017-11-29
沒有遇到過這種錯誤,猜測你的Boy里少了個注解@Id
@GeneratedValue,不知道對你有沒有幫助
2017-11-29
看錯誤提示,應該是實體類的錯誤,看看是不是主鍵的地方寫錯了,或者沒有指定主鍵策略