refactor(系统设置): 修改插件sdk包名
This commit is contained in:
parent
9d6ad8ae42
commit
2de0e2d730
|
@ -1,10 +1,10 @@
|
|||
package io.metersphere.service.plugin;
|
||||
|
||||
import im.metersphere.plugin.storage.StorageStrategy;
|
||||
import io.metersphere.commons.constants.StorageConstants;
|
||||
import io.metersphere.commons.utils.CommonBeanFactory;
|
||||
import io.metersphere.metadata.service.FileManagerService;
|
||||
import io.metersphere.metadata.vo.FileRequest;
|
||||
import io.metersphere.plugin.storage.StorageStrategy;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package io.metersphere.utils;
|
||||
|
||||
import im.metersphere.plugin.loader.PluginManager;
|
||||
import io.metersphere.base.domain.PluginWithBLOBs;
|
||||
import io.metersphere.commons.exception.MSException;
|
||||
import io.metersphere.commons.utils.LogUtil;
|
||||
import io.metersphere.plugin.loader.PluginManager;
|
||||
import io.metersphere.service.plugin.MinioStorageStrategy;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package io.metersphere.service.plugin;
|
||||
|
||||
import im.metersphere.plugin.storage.StorageStrategy;
|
||||
import io.metersphere.plugin.storage.StorageStrategy;
|
||||
import io.metersphere.commons.constants.StorageConstants;
|
||||
import io.metersphere.commons.utils.CommonBeanFactory;
|
||||
import io.metersphere.metadata.service.FileManagerService;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package io.metersphere.utils;
|
||||
|
||||
import im.metersphere.plugin.loader.PluginManager;
|
||||
import io.metersphere.plugin.loader.PluginManager;
|
||||
import io.metersphere.base.domain.PluginWithBLOBs;
|
||||
import io.metersphere.commons.exception.MSException;
|
||||
import io.metersphere.commons.utils.LogUtil;
|
||||
|
|
Loading…
Reference in New Issue