Hi i like to take the scheduler value from property file , my spring version is 3.1.2 . I cant update the version of spring . fixedRateString is only available in higher version 3.2.2 . Is there any way i can get this value from property file.
@Scheduled(fixedRate = 1000000)