美文网首页
springboot kotiln cron @Schedule

springboot kotiln cron @Schedule

作者: rainmanhhh | 来源:发表于2021-07-24 10:17 被阅读0次

    正确写法:

    @Scheduled(cron = "\${foo.bar:-}"
    fun fooBar() {
    }
    

    必须在注解中给出默认值,bean对象中设置的默认值,任务初始化时取不到,所以会报错,建议将所有任务的cron默认值设置为'-'

    相关文章

      网友评论

          本文标题:springboot kotiln cron @Schedule

          本文链接:https://www.haomeiwen.com/subject/blimmltx.html