NullPointerException while deploying Quartz in Spring Boot

I am trying to use Quartz 2.2.1 with spring boot. Im trying to declare a scheduled task that is supposed to write some datas into a file. My Job is defined like below : public class JobTask impl...