update lang.StringUtils 改为 lang3.StringUtils
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.poi.ss.formula.functions.T;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import com.jero.modules.demo.test.service.IJeroOrderMainService;
|
||||
import com.jero.modules.demo.test.service.IJeroOrderTicketService;
|
||||
import com.jero.modules.demo.test.vo.JeroOrderMainPage;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.poi.ss.formula.functions.T;
|
||||
import org.apache.shiro.SecurityUtils;
|
||||
import org.jeecgframework.poi.excel.ExcelImportUtil;
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import com.jero.modules.demo.test.service.IJeroOrderCustomerService;
|
||||
import com.jero.modules.demo.test.service.IJeroOrderMainService;
|
||||
import com.jero.modules.demo.test.service.IJeroOrderTicketService;
|
||||
import com.jero.modules.demo.test.vo.JeroOrderMainPage;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.poi.ss.formula.functions.T;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ import com.jero.common.system.query.QueryGenerator;
|
||||
import com.jero.common.util.oConvertUtils;
|
||||
import com.jero.modules.demo.test.entity.JoaDemo;
|
||||
import com.jero.modules.demo.test.service.IJoaDemoService;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.poi.ss.formula.functions.T;
|
||||
import org.jeecgframework.poi.excel.ExcelImportUtil;
|
||||
|
||||
Reference in New Issue
Block a user