rev:飞书相关修改
This commit is contained in:
@@ -2,6 +2,7 @@ package org.nl.system.service.quartz.config;
|
||||
|
||||
import org.quartz.spi.TriggerFiredBundle;
|
||||
import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.scheduling.quartz.AdaptableJobFactory;
|
||||
import org.springframework.stereotype.Component;
|
||||
@@ -13,6 +14,7 @@ import org.springframework.stereotype.Component;
|
||||
* @date 2019-01-07
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnProperty(name = "autojob", havingValue = "true")
|
||||
public class QuartzConfig {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user