I defined the timer as the following:
How can I read the interval:"5000" from a properties file?Code:@Scheduled(fixedDelay=5000) public void doSomething() { ... }
Or I have to use XML definition to support reading fixedDelay from a properties file.
Thanks a lot.


Reply With Quote
