SpringBoot DevTools的大坑,没有之一
最近在SpringBoot的项目中新增了不少改动,然后就碰到了一个非常奇怪的问题。
Hibernate
数据库查询报错
2021-03-03 17:08:28.016 ERROR 36216 --- [ XNIO-2 task-1] o.h.p.access.spi.SetterMethodImpl : HHH000123: IllegalArgumentException in class: net.margrop.racentity.entity.Race, setter method of property: raceType
2021-03-03 17:08:28.016 ERROR 36216 --- [ XNIO-2 task-1] o.h.p.access.spi.SetterMethodImpl : HHH000091: Expected type: net.margrop.raceapi.entity.permanent.RaceType, actual value: net.margrop.raceapi.entity.permanent.RaceType
这简直就是奇了怪了
Expected type
和actual value
完全是一模一样,可Hibernate
认为不一样,这可咋整。