RK
Size: a a a
RK
SS
SS
ДФ
MK
ДФ
MK
VK
RK
MK
ДФ
SK
SK
MK
VK
ДФ
SK
@ComponentСвойство в application.properties - check:
@ConditionalOnProperty(prefix = "autocall.schedule", name = "enabled", matchIfMissing = true, havingValue = "true")
public class AutocallScheduler {
...
@Scheduled(cron = "${autocall.schedule.cron}")
public void iteration() {
autocall.schedule.enabled=true
AB
AB
SK
Scheduled?