1. @Scheduled fixedRate PropertyPlaceholder support forum.springsource.org@Scheduled fixedRate PropertyPlaceholder support Hi, I've been using @Scheduled a lot (great stuff) but I noticed today that only the "cron" attribute of the annotation supports property placeholder configuration since the ... |
2. @Scheduled and externalization of configuration for fixedDelay and fixedRate problem forum.springsource.org@Scheduled and externalization of configuration for fixedDelay and fixedRate problem I am using @Scheduled for simple scheduling of a job every 30 seconds. I wanted to use @Scheduled(fixedDelay=30000) but have a ... |