Controller里要注入service,再调用service的findAll()方法:@Autowiredprivate PickService pickService;还有类名要大写
你这啥操作,controller调用controller
controller里注入service啊,你咋注入controller呢?