Add files via upload
This commit is contained in:
parent
075ba76de1
commit
03b611d494
|
@ -30,7 +30,7 @@ public class ClientOrchestration {
|
|||
Client client = ClientBuilder.newClient();
|
||||
WebTarget userIdService = client.target("http://localhost:8080/serviceA/id?limit=10");
|
||||
WebTarget nameService = client.target("http://localhost:8080/serviceA/{empId}/name");
|
||||
WebTarget hashService = client.target("http://localhost:8080/serviceA/{comboIDandName}/address");
|
||||
WebTarget hashService = client.target("http://localhost:8080/serviceA/{comboIDandName}/hash");
|
||||
|
||||
Logger logger = Logger.getLogger("ClientOrchestrator");
|
||||
|
||||
|
|
Loading…
Reference in New Issue