Grails quartz plugin is not working when deployed in Tomcat

后端 未结 1 521
野趣味
野趣味 2021-01-17 18:22

I have a web application that was developed using Grails. I\'m trying to implement a background process that scans a table in DB for every 5 mins using quartz1.0-RC9 plugin

相关标签:
1条回答
  • 2021-01-17 18:52

    I would suggest doing a:

    grails clean
    

    and also deleting the .slcache folder, that you can find under

    ~/.grails/.slcache
    

    regards

    0 讨论(0)
提交回复
热议问题