refactor: 使用apache的工具类代替spring提供的工具类

This commit is contained in:
Captain.B 2021-06-25 10:14:10 +08:00 committed by 刘瑞斌
parent 988f13b1ef
commit f441d46804
7 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ import org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy;
import org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler;
import org.apache.jmeter.threads.JMeterVariables;
import org.apache.jorphan.collections.HashTree;
import org.springframework.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import java.util.*;

View File

@ -9,7 +9,7 @@ import io.metersphere.commons.exception.MSException;
import io.metersphere.performance.request.QueryProjectFileRequest;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.multipart.MultipartFile;
import javax.annotation.Resource;

View File

@ -19,7 +19,7 @@ import org.apache.ibatis.session.SqlSessionFactory;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import javax.annotation.Resource;
import java.util.ArrayList;

View File

@ -18,7 +18,7 @@ import io.metersphere.track.request.testcase.TestPlanApiCaseBatchRequest;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import javax.annotation.Resource;
import java.util.*;

View File

@ -28,7 +28,7 @@ import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import javax.annotation.Resource;
import java.util.ArrayList;

View File

@ -17,7 +17,7 @@ import io.metersphere.track.request.testcase.TestPlanScenarioCaseBatchRequest;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import javax.annotation.Resource;
import java.util.*;

@ -1 +1 @@
Subproject commit 77479091f8c7559b2b0300ef9419de50b9e43ce7
Subproject commit f5f9335c429ef088c93afcbd52a1f1f26e4d0170