4-1测试时报错Failed to load ApplicationContext
来源:4-1 买家类目-dao(上)
ArchGeass
2018-03-21
视频里@SpringBootTest没有加(classes = ProductCategoryRepositoryTest.class),但我这里报错java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test;加了后报错java.lang.IllegalStateException: Failed to load ApplicationContext;
repository不识别,repository.findOne(1)测试失败.
pom文件的springboot版本与视频一致.
写回答
4回答
-
翻滚的球球呦
2018-11-19
我也卡在这里了
20 -
小灬小健
2018-05-04
去掉OrderDTO里面多余的注解
00 -
ArchGeass
提问者
2018-03-22
求师兄指点,已经卡在这里一个多月了,还没解决...
042018-11-20 -
tan1210
2018-03-22
你在ProductCategoryRepository上加上@Service注解试试
042018-11-20
相似问题