@PropertySource("classpath:root/test.props")
然后修改你的@Scheduled(cron="0/5 * * * * ? ") 为 @Scheduled(cron="${jobs.schedule}")
最后test.props 添加 jobs.schedule = 0/5 * * * * ?
来源:https://blog.csdn.net/SilenceBiuBiu/article/details/72123746
@PropertySource("classpath:root/test.props")
然后修改你的@Scheduled(cron="0/5 * * * * ? ") 为 @Scheduled(cron="${jobs.schedule}")
最后test.props 添加 jobs.schedule = 0/5 * * * * ?
来源:https://blog.csdn.net/SilenceBiuBiu/article/details/72123746