IDEA的接口无法使用

IDEA编写一个interface时无法使用

img

img

找不到之前写的interface

img

Controller里要注入service,再调用service的findAll()方法:
@Autowired
private PickService pickService;
还有类名要大写

你这啥操作,controller调用controller

controller里注入service啊,你咋注入controller呢?