We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Scheduled 注解是Spring Boot项目中流行的创建调度任务的方案,它使用非常简单,但也过于简单无法对调度任务进行管理和监控,例如查看调度任务运行情况等
@Scheduled
使用 actuator-scheduledtask-spring-boot-starter 可以很方便的查看项目中存在的调度任务定义以及任务运行情况,包括任务开始结束时间、执行日志和异常信息
actuator-scheduledtask-spring-boot-starter
仓库地址
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@Scheduled
注解是Spring Boot项目中流行的创建调度任务的方案,它使用非常简单,但也过于简单无法对调度任务进行管理和监控,例如查看调度任务运行情况等使用
actuator-scheduledtask-spring-boot-starter
可以很方便的查看项目中存在的调度任务定义以及任务运行情况,包括任务开始结束时间、执行日志和异常信息仓库地址
The text was updated successfully, but these errors were encountered: