You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using Quartz as a scheduling middleware in SpringBoot project, but I found that it doesn't work very well with sqlite.
When I create a scheduled task, an error occurs in the program.
Describe the bug
I'm using Quartz as a scheduling middleware in SpringBoot project, but I found that it doesn't work very well with sqlite.
When I create a scheduled task, an error occurs in the program.
To Reproduce
Provide a sample code that reproduces the error.
Quartz.propertites
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Expected behavior
A clear and concise description of what you expected to happen.
Logs
If applicable, provide logs.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: