December 2019
Intermediate to advanced
314 pages
6h 51m
English
Now, we are ready to run our application. Execute the compile and quarkus:dev goals to build it and run it:
$ mvn compile quarkus:dev
After a few seconds, the application will be compiled and executed, as shown in the following log:
[INFO] Scanning for projects.... . . .[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hello-rest ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] Copying 2 resources[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hello-rest ---[INFO] Changes detected - recompiling the module![INFO] Compiling 1 source file to /home/francesco/git/packt/Hands-On-Cloud-Native-Applications-with-Java-and-Quarkus/chapter2/hello-rest/target/classes ...
Read now
Unlock full access