diff --git a/README.md b/README.md index d3cc5e0..94bee96 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ Once the dependencies are properly installed, follow the steps below: $ mvn spring-boot:run ``` +- Run the project as a service most likely in a production environment (mind the '&' character at the end) + +```console + $ mvn spring-boot:run & +``` # How to run this project