测试类

This commit is contained in:
xiangerlin 2025-06-26 15:48:03 +08:00
parent 9c4b8564e4
commit cbba0001bd
2 changed files with 32 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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");