@Autowired is not working in quartz job class

I'm sending post request to run() method class name is ScheduleGame. This class the creates the Quartz RAM based job and triggers. @Component public class ScheduleGame { Logger log = LoggerF...