UnsatisfiedDependencyException: Error creating bean with name

后端 未结 19 1040
遇见更好的自我
遇见更好的自我 2020-11-30 01:47

For several days I\'m trying to create Spring CRUD application. I\'m confused. I can\'t solve this errors.

org.springframework.beans.factory.Unsatisfi

19条回答
  •  时光说笑
    2020-11-30 02:22

    Check out the table structure of Client table, if there is a mismatch between table structure in db and the entity, you would get this error..

    I had this error which was coming due to datatype mismatch of primary key between db table and the entity ...

提交回复
热议问题