标签: spring spring-boot spring-scheduled
使用@Scheduled('cron expression'),我们可以安排任务。 但是我必须基于从UI动态获取的时间戳来运行任务。
@Scheduled('cron expression')
我该怎么办?