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
Please add support for Spring Boot type configuration (so that usage of quartz.properties fiel can be dropped).
The text was updated successfully, but these errors were encountered:
1.1.14 was support SpringBoot configuration, you can add quartz.properties config conten to application.properties like this:
spring.quartz.properties.org.quartz.jobStore.class=net.joelinn.quartz.jobstore.RedisJobStore spring.quartz.properties.org.quartz.jobStore.host=10.x.x.x spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval=10000 spring.quartz.properties.org.quartz.scheduler.instanceName=QuartzScheduler spring.quartz.properties.org.quartz.scheduler.instanceId=AUTO spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool spring.quartz.properties.org.quartz.threadPool.threadCount=5 spring.quartz.properties.org.quartz.threadPool.threadPriority=5 spring.quartz.properties.org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
things like that: add prefix spring.quartz.properties to quartz.properties items
spring.quartz.properties
Sorry, something went wrong.
No branches or pull requests
Please add support for Spring Boot type configuration (so that usage of quartz.properties fiel can be dropped).
The text was updated successfully, but these errors were encountered: