Http 요청 기능 추가

This commit is contained in:
hsoh
2022-10-31 18:05:00 +09:00
parent fe99fd5658
commit 9d10e6b4aa
16 changed files with 1106 additions and 25 deletions
+2
View File
@@ -33,6 +33,8 @@ dependencies {
// implementation 'com.google.jimfs:jimfs:1.2'
implementation 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'commons-io:commons-io:2.11.0'