解析url

This commit is contained in:
cyk
2023-12-22 23:36:22 +08:00
parent a9a4cbcf83
commit 165170af97
3 changed files with 94 additions and 0 deletions

11
pom.xml
View File

@@ -129,6 +129,8 @@
<artifactId>jackson-annotations</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
@@ -147,6 +149,15 @@
<version>3.14</version>
</dependency>
<dependency>
<!-- jsoup HTML parser library @ http://jsoup.org/ -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>