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

解决与quartz集成报错问题 #2677

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Commits on Oct 22, 2018

  1. 解决与quartz集成报错问题

    quartz初始化的Bean没有beanName,beanName=null,走这段代码的时候报空指针了。
    org.springframework.boot.autoconfigure.quartz.AutowireCapableBeanJobFactory类的createJobInstance方法中使用this.beanFactory.initializeBean(jobInstance, null);初始化的Bean,其beanName=null。
    liunancun authored Oct 22, 2018
    Configuration menu
    Copy the full SHA
    ab3d202 View commit details
    Browse the repository at this point in the history