1 使用junit开始测试,中间遇到错误都是jar包不全,补全jar包后,连接mysql成功,同时又其它报错,需要继续研究
image.png
2 报错原因基本知道,应该是bookid定义的问题,数据库是book_id,entity定义的是bookId,不能翻译过来
Caused by: org.apache.ibatis.reflection.ReflectionException: Error instantiating class com.lyc.entity.Book with invalid types () or values (). Cause: java.lang.NoSuchMethodException: com.lyc.entity.Book.<init>()
网友评论