spring的TimerTask注入service为空的解决办法之一
因项目需求需要执行定时任务,写完后一直报空指针异常,解决方式如下:思路来自:https://blog.csdn.net/m912595719/article/details/689459901、创建任务类,继承TimerTask类package com.mes.web.controller.llm.Task;import java.text.SimpleDateFormat;i...