mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 17:35:06 +08:00
job 单元测试
This commit is contained in:
@ -13,7 +13,6 @@ import cn.iocoder.dashboard.modules.infra.dal.mysql.job.InfJobMapper;
|
||||
import cn.iocoder.dashboard.modules.infra.enums.job.InfJobStatusEnum;
|
||||
import cn.iocoder.dashboard.modules.infra.service.job.InfJobService;
|
||||
import org.quartz.SchedulerException;
|
||||
import org.springframework.boot.test.mock.mockito.MockBean;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
@ -38,7 +37,6 @@ public class InfJobServiceImpl implements InfJobService {
|
||||
@Resource
|
||||
private InfJobMapper jobMapper;
|
||||
|
||||
@MockBean
|
||||
@Resource
|
||||
private SchedulerManager schedulerManager;
|
||||
|
||||
|
Reference in New Issue
Block a user