Add files via upload

This commit is contained in:
k0l0ssus 2018-07-29 23:38:53 -04:00 committed by GitHub
parent 075ba76de1
commit 03b611d494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");