File tree Expand file tree Collapse file tree
documentation/modules/ROOT/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Maven::
1313[.console-input]
1414[source,bash,subs="+macros,+attributes"]
1515----
16- mvn "io.quarkus.platform:quarkus-maven-plugin:create" -DprojectGroupId="com.redhat.developers" -DprojectArtifactId="tutorial-app" -DprojectVersion="1.0-SNAPSHOT" -Dextensions=resteasy-reactive
16+ mvn "io.quarkus.platform:quarkus-maven-plugin:create" -DprojectGroupId="com.redhat.developers" -DprojectArtifactId="tutorial-app" -DprojectVersion="1.0-SNAPSHOT" -Dextensions=rest
1717cd {project-name}
1818----
1919--
@@ -28,7 +28,7 @@ Then create the application:
2828[.console-input]
2929[source,bash,subs="+macros,+attributes"]
3030----
31- quarkus create app -x resteasy-reactive com.redhat.developers:tutorial-app:1.0-SNAPSHOT
31+ quarkus create app -x rest com.redhat.developers:tutorial-app:1.0-SNAPSHOT
3232cd {project-name}
3333----
3434--
@@ -55,7 +55,7 @@ curl localhost:8080/hello
5555[.console-output]
5656[source,bash]
5757----
58- Hello from RESTEasy Reactive
58+ Hello from Quarkus REST
5959----
6060
6161== Stopping the application
You can’t perform that action at this time.
0 commit comments