We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ebabf commit 261a3f8Copy full SHA for 261a3f8
example/README.md
@@ -59,6 +59,12 @@ Build and run the application with the following command in a terminal window:
59
60
This will activate the default `dev` profile and launch the built-in Tomcat web server on port 8080 that was forwarded using _ngrok_ in step 1.
61
62
+If you want to use the `prod` profile, build and run the application with the following command:
63
+
64
+```sh
65
+./mvnw -Pprod -Dspring-boot.run.profiles=prod spring-boot:run
66
+```
67
68
When the application has started, open the _ngrok_ HTTPS URL in your preferred web browser and follow instructions on the front page.
69
70
## Table of contents
0 commit comments