The Svcs1 shell command

Next, in the Svcs1 Terminal window you were asked to open earlier, navigate to the svcs1 subdirectory of the project and then run the following command to execute the svcs1 image in development mode:

mvn compile quarkus:dev

You will see the following output:

Scotts-iMacPro:svcs1 starksm$ mvn compile quarkus:dev[INFO] Scanning for projects......20:56:27 INFO [io.quarkus]] (main) Quarkus 0.15.0 started in 2.492s. Listening on: http://[::]:808120:56:27 INFO [io.quarkus]] (main) Installed features: [cdi, jaeger, resteasy, resteasy-jsonb, security, smallrye-fault-tolerance, smallrye-health, smallrye-jwt, smallrye-metrics, smallrye-openapi, smallrye-opentracing, smallrye-rest-client, swagger-ui]

In the output, we see that ...

Get Hands-On Enterprise Java Microservices with Eclipse MicroProfile now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.