目录修改

This commit is contained in:
fengjunfeng
2022-01-21 16:20:07 +08:00
parent e9f2532a78
commit f21a67fc7e
14 changed files with 427 additions and 63 deletions

15
pom.xml
View File

@@ -59,6 +59,21 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.4.1</version>
</dependency>
</dependencies>
<build>