質問編集履歴
1
targetの誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
Response response = ClientBuilder.newClient(config)
|
32
32
|
|
33
|
-
.target("http://localhot
|
33
|
+
.target("http://localhost:8080")
|
34
34
|
|
35
35
|
.path("/sample")
|
36
36
|
|