newClient(); String response = client.target("http://localhost:8081/test").request().get(String.class);. The call to TestResource.test() is not particularly ...
確定! 回上一頁