This commit is contained in:
Looly
2023-12-17 22:45:40 +08:00
parent 5eaa0988b1
commit 1eacd29d99
53 changed files with 583 additions and 48 deletions

View File

@@ -17,7 +17,7 @@ import org.dromara.hutool.core.text.StrUtil;
/**
* HTTP异常
*
* @author xiaoleilu
* @author Looly
*/
public class HttpException extends RuntimeException {
private static final long serialVersionUID = 8247610319171014183L;

View File

@@ -29,7 +29,7 @@ import java.util.Map;
/**
* Http请求工具类
*
* @author xiaoleilu
* @author Looly
*/
public class HttpUtil {

View File

@@ -29,7 +29,7 @@ import java.util.regex.Pattern;
* <p>
* 比如去掉指定标签例如广告栏等、去除JS、去掉样式等等这些操作都可以使用此工具类完成。
*
* @author xiaoleilu
* @author Looly
*/
public class HtmlUtil {

View File

@@ -17,7 +17,7 @@ import org.dromara.hutool.core.text.StrUtil;
/**
* SOAP异常
*
* @author xiaoleilu
* @author Looly
*/
public class SoapRuntimeException extends RuntimeException {
private static final long serialVersionUID = 8247610319171014183L;