You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, this https://code.quarkus.io/?a=quarkus-mailer-getting-started&nc=true&e=resteasy-reactive&e=qute&e=mailer&extension-search=mail[link] pre-configures the application.
53
-
Click on "Generate your application", download the zip file and unzip it on your file system.
54
80
Open the generated project in your IDE.
55
-
In a terminal, navigate to the project and start dev mode:
81
+
In a terminal, navigate to the project and start your application in dev mode:
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/picocli.adoc
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,24 +16,31 @@ Quarkus provides support for using Picocli. This guide contains examples of `pic
16
16
17
17
IMPORTANT: If you are not familiar with the Quarkus Command Mode, consider reading the xref:command-mode-reference.adoc[Command Mode reference guide] first.
18
18
19
-
== Configuration
19
+
== Extension
20
20
21
21
Once you have your Quarkus project configured you can add the `picocli` extension
22
22
to your project by running the following command in your project base directory.
0 commit comments