按名称调用时服务与nullPointer一起使用,而调用rest时服务正常工作
我有一堂课 public class MissingPartitionsTask implements Runnable {@Autowired private PartitionsService partitionsService;private Schedules schedule;MissingPartitionsTask(Schedules schedule){ this.schedule=schedule;...