mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-05-12 06:42:08 +08:00
update 修改包名为org.dromara
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.ruoyi.common.job.config;
|
||||
package org.dromara.common.job.config;
|
||||
|
||||
import cn.hutool.core.collection.CollUtil;
|
||||
import com.ruoyi.common.core.utils.StreamUtils;
|
||||
import com.ruoyi.common.job.config.properties.XxlJobProperties;
|
||||
import org.dromara.common.core.utils.StreamUtils;
|
||||
import org.dromara.common.job.config.properties.XxlJobProperties;
|
||||
import com.xxl.job.core.executor.impl.XxlJobSpringExecutor;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ruoyi.common.job.config.properties;
|
||||
package org.dromara.common.job.config.properties;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
@@ -1 +1 @@
|
||||
com.ruoyi.common.job.config.XxlJobConfig
|
||||
org.dromara.common.job.config.XxlJobConfig
|
||||
|
||||
Reference in New Issue
Block a user