-
Bug
-
Resolution: Done
-
Minor
-
DO378 - RHBoQ3.8-en-1-20240508
-
None
-
False
-
-
False
-
2
-
en-US (English)
-
DO378 Sprint 9
Please fill in the following information:
Issue description
Step 7.3 of GE "Developing REST based Microservices" states an environment variable is required because application.properties already contains the following:
quarkus.rest-client."com.redhat.training.client.ExpenseServiceClient".url=http://localhost:8080
In reality, the content is slightly different, because configKey parameter is used:
quarkus.rest-client.expense-service.url=http://localhost:8080