parser v10.1.17发布到maven central 允许开发者依赖

1. 添加自定义解析器扩展和相关示例
2. 优化pom结构
This commit is contained in:
q
2025-10-17 15:50:45 +08:00
parent c61ba45d59
commit 322f173104
33 changed files with 2421 additions and 93 deletions

View File

@@ -7,7 +7,7 @@ import java.util.Map;
/**
* @author <a href="https://qaiu.top">QAIU</a>
* @date 2024/9/12 7:38
* Create at 2024/9/12 7:38
*/
public class CacheConfigLoader {
private static final Map<String, Integer> CONFIGS = new HashMap<>();

View File

@@ -16,7 +16,7 @@ import java.nio.charset.StandardCharsets;
* 处理URL截断问题拼接被截断的参数特殊处理pwd参数。
*
* @author <a href="https://qaiu.top">QAIU</a>
* @date 2024/9/13
* Create at 2024/9/13
*/
public class URLParamUtil {

View File

@@ -10,7 +10,7 @@ import lombok.NoArgsConstructor;
/**
* @author <a href="https://qaiu.top">QAIU</a>
* @date 2024/9/11 16:06
* Create at 2024/9/11 16:06
*/
@Table(value = "api_statistics_info", keyFields = "share_key")
@Data

View File

@@ -14,7 +14,7 @@ import lombok.NoArgsConstructor;
/**
* @author <a href="https://qaiu.top">QAIU</a>
* @date 2024/9/11 16:06
* Create at 2024/9/11 16:06
*/
@Table(value = "cache_link_info", keyFields = "share_key")
@Data

View File

@@ -11,7 +11,7 @@ import lombok.NoArgsConstructor;
/**
* @author <a href="https://qaiu.top">QAIU</a>
* @date 2025/8/4 12:38
* Create at 2025/8/4 12:38
*/
@Table(keyFields = "share_key")
@DataObject

View File

@@ -8,7 +8,7 @@ import io.vertx.core.json.JsonObject;
/**
* @author <a href="https://qaiu.top">QAIU</a>
* @date 2024/9/12 8:26
* Create at 2024/9/12 8:26
*/
@ProxyGen
public interface CacheService extends BaseAsyncService {