视频里@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版本与视频一致.