更改目录结构
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package me.zhengjie.utils;
|
||||
package cn.ysk.cashier.utils;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package me.zhengjie.utils;
|
||||
package cn.ysk.cashier.utils;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static me.zhengjie.utils.EncryptUtils.*;
|
||||
import static cn.ysk.cashier.utils.EncryptUtils.*;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
public class EncryptUtilsTest {
|
||||
@@ -1,9 +1,9 @@
|
||||
package me.zhengjie.utils;
|
||||
package cn.ysk.cashier.utils;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.mock.web.MockMultipartFile;
|
||||
|
||||
import static me.zhengjie.utils.FileUtil.*;
|
||||
import static cn.ysk.cashier.utils.FileUtil.*;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
public class FileUtilTest {
|
||||
@@ -1,4 +1,4 @@
|
||||
package me.zhengjie.utils;
|
||||
package cn.ysk.cashier.utils;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.mock.web.MockHttpServletRequest;
|
||||
@@ -6,11 +6,11 @@ import org.springframework.mock.web.MockHttpServletRequest;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
|
||||
import static me.zhengjie.utils.StringUtils.getIp;
|
||||
import static me.zhengjie.utils.StringUtils.getWeekDay;
|
||||
import static me.zhengjie.utils.StringUtils.toCamelCase;
|
||||
import static me.zhengjie.utils.StringUtils.toCapitalizeCamelCase;
|
||||
import static me.zhengjie.utils.StringUtils.toUnderScoreCase;
|
||||
import static cn.ysk.cashier.utils.StringUtils.getIp;
|
||||
import static cn.ysk.cashier.utils.StringUtils.getWeekDay;
|
||||
import static cn.ysk.cashier.utils.StringUtils.toCamelCase;
|
||||
import static cn.ysk.cashier.utils.StringUtils.toCapitalizeCamelCase;
|
||||
import static cn.ysk.cashier.utils.StringUtils.toUnderScoreCase;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertNull;
|
||||
|
||||
Reference in New Issue
Block a user