测试类
This commit is contained in:
parent
9c4b8564e4
commit
cbba0001bd
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,8 @@
|
|||
package com.hzya.frame;
|
||||
|
||||
import cn.hutool.json.JSONUtil;
|
||||
import cn.hutool.poi.excel.ExcelReader;
|
||||
import cn.hutool.poi.excel.ExcelUtil;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.hzya.frame.util.AESUtil;
|
||||
import org.apache.http.HttpEntity;
|
||||
|
@ -34,6 +36,10 @@ import java.util.Map;
|
|||
//@SpringBootTest(classes = {WebappApplication.class})
|
||||
public class temButtom {
|
||||
|
||||
@Test
|
||||
public void excelTest(){
|
||||
|
||||
}
|
||||
@Test
|
||||
public void test01() {
|
||||
String a = AESUtil.encrypt("hzya1314");
|
||||
|
|
Loading…
Reference in New Issue