質問編集履歴

1

targetの誤記修正

2016/01/25 13:25

投稿

kitsune
kitsune

スコア15

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://localhots:8080")
33
+ .target("http://localhost:8080")
34
34
 
35
35
  .path("/sample")
36
36