Skip to content
New issue

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

Grails4引用quartz插件报错问题 #42

Open
toplhy opened this issue Jul 1, 2024 · 0 comments
Open

Grails4引用quartz插件报错问题 #42

toplhy opened this issue Jul 1, 2024 · 0 comments
Labels

Comments

@toplhy
Copy link
Owner

toplhy commented Jul 1, 2024

Grails版本: 4.0.4

项目中引入quartz插件:

compile 'org.grails.plugins:quartz:2.0.13'

启动报错:

Caused by: java.lang.NoClassDefFoundError: org/quartz/JobExecutionContext

解决:

compile("org.quartz-scheduler:quartz:2.2.3") {
    exclude group: 'slf4j-api', module: 'c3p0'
}
compile ('org.grails.plugins:quartz:2.0.13')

参考grails/grails-quartz#107

@toplhy toplhy added the Grails label Jul 1, 2024
@toplhy toplhy closed this as completed Jul 11, 2024
@toplhy toplhy reopened this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant