Chapter 4. Compiling and starting your Spring Web example

Compile and start your example application using the Quarkus Maven Plugin. You can also compile and run your application as a native executable.

Procedure

  1. Navigate to the root directory of your project:

    cd <project_name>
  2. Run the application in development mode using the Quarkus Maven Plugin:

    ./mvnw compile quarkus:dev
  3. Navigate to http://localhost:8080/greeting Your browser displays the following message:

    Hello Spring