teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

targetの誤記修正

2016/01/25 13:25

投稿

kitsune
kitsune

スコア15

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://localhots:8080")
17
+ .target("http://localhost:8080")
18
18
  .path("/sample")
19
19
  .queryParam("code", "dummyCode")
20
20
  .request(MediaType.APPLICATION_FORM_URLENCODED_TYPE)