Skip to content

Commit

Permalink
Merge pull request #17727 from xstefank/amqp-guide-fix
Browse files Browse the repository at this point in the history
Add resteasy extension to generated app in the AMQP guide
  • Loading branch information
gsmet authored Jun 8, 2021
2 parents a26a4be + f32b55f commit b9acece
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 b9acece

Please sign in to comment.