Diego F. Pajarito Grajales
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
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 |
|
|
|
|
|
|
|