Skip to content

Commit

Permalink
Add resteasy extension to generated app in the AMQP guide
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Jun 7, 2021
1 parent 11607b6 commit f32b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ First, we need a new project. Create a new project with the following command:
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=amqp-quickstart \
-Dextensions="amqp" \
-Dextensions="resteasy,amqp" \
-DnoExamples
cd amqp-quickstart
----
Expand Down

0 comments on commit f32b55f

Please sign in to comment.