Is there way to use @Scheduled together with Duration string like 15s and 5m?
I have following annotation in my code @Scheduled(fixedDelayString = “${app.delay}”) At this case I have to have properties like this app.delay=10000 #10 sec Propery file looks unreadable because …