Hi Dr.,
Thanks for the reply - but I think my question was not clear.
I used @Scheduled with cron expression by the following:
When I used:
1) Statically expression - It worked fine.
2)...
Type: Posts; User: Noam; Keyword(s):
Hi Dr.,
Thanks for the reply - but I think my question was not clear.
I used @Scheduled with cron expression by the following:
When I used:
1) Statically expression - It worked fine.
2)...
Hello,
I've noticed that the @Scheduled annotation does not support SpEL ( I've noticed that the StringValueResolver interface is implemented by PlaceholderResolvingStringValueResolver etc, but not...