質問編集履歴
1
targetの誤記修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
.property(ClientProperties.CONNECT_TIMEOUT, "5000");
|
15
15
|
|
16
16
|
Response response = ClientBuilder.newClient(config)
|
17
|
-
.target("http://
|
17
|
+
.target("http://localhost:8080")
|
18
18
|
.path("/sample")
|
19
19
|
.queryParam("code", "dummyCode")
|
20
20
|
.request(MediaType.APPLICATION_FORM_URLENCODED_TYPE)
|