请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Could not autowire. No beans of 'ProductCategoryRepository' type found.

@RunWith(SpringRunner.class)
@SpringBootTest
public class ProductCategoryRepositoryTest {

@Autowired
private ProductCategoryRepository repository;

@Test
public void findOneTest() {
    ProductCategory productCategory = repository.findOne(1);
    System.out.println(productCategory.toString());
}

}

正在回答 回答被采纳积分+3

1回答

提问者 闲囩野鹤 2021-01-14 23:58:14

已经解决。
1、调整目录

2、版本不一致,所以语法不一致
https://img1.sycdn.imooc.com//szimg/600069e2097001fa12840655.jpg

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信