Este contenido no está disponible en el idioma seleccionado.
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
Navigate to the root directory of your project:
cd <project_name>Run the application in development mode using the Quarkus Maven Plugin:
./mvnw compile quarkus:devNavigate to
http://localhost:8080/greetingYour browser displays the following message:Hello Spring