No converter found capable of converting from type [java.lang.Integer]

No converter found capable of converting from type [java.lang.Integer]

改了好几个地方,不知道是哪个改好的,我都列出来吧!

第一:(感觉和出错的地方是有点关系)

No converter found capable of converting from type [java.lang.Integer]
红框添加的内容:
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl

第二:(估计没啥关系,但改掉也可以)

No converter found capable of converting from type [java.lang.Integer]
private static final long serialVersionUID = 1L;
是个序列化,我查了也没看懂,想了解的自己查吧。

第三:(一定要改,这里肯定是出错了)

No converter found capable of converting from type [java.lang.Integer]
就改了这几个地方,然后就不报错了,我估计应该就是第三条的问题,但前面的就看自己实验吧。