...
Tip | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Before you begin,
|
...
- Download the JAR file of the back-end service.
Open a terminal and navigate to the location where your saved the back-end service.
Execute the following command to start the service:
Code Block java -jar Hospital-Service-JDK11-2.0.0-EI7.jar
The Healthcare service is now active and you can start sending requests to the service.
...