测试TestOne出现的问题
来源:4-1 买家类目-dao(上)
慕容9569281
2019-11-24
java.lang.IllegalStateException: Failed to load ApplicationContext
下面是数据库的配置,用navicat的时候可以连接
写回答
2回答
-
慕容9569281
提问者
2019-11-25
问题解决了,ProductCategory类没有加默认构造函数,并且少加了注解,感谢
00 -
慕容9569281
提问者
2019-11-24
我把上面的问题找到了,只显示空指针异常了,但是我在navicat中添加语句的时候错误提示好像没有返回到结果集,请问该怎么解决
org.springframework.orm.jpa.JpaSystemException: Could not read entity state from ResultSet : EntityKey[com.imooc.dataobject.ProductCategory#1]; nested exception is org.hibernate.exception.GenericJDBCException: Could not read entity state from ResultSet : EntityKey[com.imooc.dataobject.ProductCategory#1]
012019-11-26
相似问题