mirror of https://gitee.com/stylefeng/roses
【7.0.1】【timer】更新timer包结果
parent
4a2092f89a
commit
3f0138f6d7
|
@ -1,4 +1,4 @@
|
|||
package cn.stylefeng.roses.kernel.hutool;
|
||||
package cn.stylefeng.roses.kernel.timer.hutool;
|
||||
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import cn.hutool.cron.CronUtil;
|
|
@ -1,7 +1,7 @@
|
|||
package cn.stylefeng.roses.kernel.timer.starter;
|
||||
|
||||
import cn.stylefeng.roses.kernel.hutool.HutoolTimerExeServiceImpl;
|
||||
import cn.stylefeng.roses.kernel.timer.api.TimerExeService;
|
||||
import cn.stylefeng.roses.kernel.timer.hutool.HutoolTimerExeServiceImpl;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
|
Loading…
Reference in New Issue