mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add pool
This commit is contained in:
@@ -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;
|
||||
|
@@ -29,7 +29,7 @@ import java.util.Map;
|
||||
/**
|
||||
* Http请求工具类
|
||||
*
|
||||
* @author xiaoleilu
|
||||
* @author Looly
|
||||
*/
|
||||
public class HttpUtil {
|
||||
|
||||
|
@@ -29,7 +29,7 @@ import java.util.regex.Pattern;
|
||||
* <p>
|
||||
* 比如去掉指定标签(例如广告栏等)、去除JS、去掉样式等等,这些操作都可以使用此工具类完成。
|
||||
*
|
||||
* @author xiaoleilu
|
||||
* @author Looly
|
||||
*/
|
||||
public class HtmlUtil {
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user