标签: spring-boot multi-tenant saas spring-scheduled
我正在编写一个saas应用程序。并且,每个客户可以定义一个计划的作业(每个客户可以定义一个cron作业和一些要运行的命令)。如何使用Spring Scheduler实现此目的?