I am using quartz job scheduler in my project. Due to naming convention in particular db , we have to add prefix .
Example all quartz tables start with "qrtz" ,but we need add "acc_qrtz" , if i change the tables names will it works??
You could use JDBCJobStore with the Table Prefix with below propertly.
org.quartz.jobStore.tablePrefix = acc_
Reference: http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-09.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With