Given that I have two scheduled component classes uploading files respectively. I created a sending email method for each of them in order to send a reminder email to myself in case any uploading exceptions happened. the flow like this: Scheduler One — if exception during uploading —> sending a email after exception Scheduler Two — if exception during uploading
Tag: scheduler
Scheduler not running in Spring Boot
I have created a Spring Boot application. I have configured my class that contains the scheduler method startService(). Below is my code : Service Class : package com.mk.service; import org….