瀏覽代碼

Merge branch 'dev' of chenweida/jw2.0 into dev

chenweida 7 年之前
父節點
當前提交
1e9cf2e40e

+ 1 - 1
base/common-quartz/src/main/java/com/yihu/base/config/quartz/DefaultJobFactory.java

@ -1,4 +1,4 @@
package com.yihu.jw.config.quartz;
package com.yihu.base.config.quartz;
import org.quartz.spi.TriggerFiredBundle;
import org.quartz.spi.TriggerFiredBundle;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Autowired;

+ 1 - 1
base/common-quartz/src/main/java/com/yihu/base/config/quartz/DefaultSchedulerConfig.java

@ -1,4 +1,4 @@
package com.yihu.jw.config.quartz;
package com.yihu.base.config.quartz;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.beans.factory.annotation.Value;

+ 1 - 1
base/common-quartz/src/main/java/com/yihu/base/config/quartz/QuartzHelper.java

@ -1,4 +1,4 @@
package com.yihu.jw.config.quartz;
package com.yihu.base.config.quartz;
import org.quartz.*;
import org.quartz.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Autowired;

+ 1 - 1
svr/svr-demo/src/main/java/com/yihu/jw/controller/DemoController.java

@ -1,6 +1,6 @@
package com.yihu.jw.controller;
package com.yihu.jw.controller;
import com.yihu.jw.config.quartz.QuartzHelper;
import com.yihu.base.config.quartz.QuartzHelper;
import com.yihu.jw.restmodel.common.Envelop;
import com.yihu.jw.restmodel.common.Envelop;
import org.quartz.SchedulerException;
import org.quartz.SchedulerException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Autowired;