Browse Source

Update README.md

Adding server options
main
Diego F. Pajarito Grajales 2 years ago
committed by GitHub
parent
commit
163289d38e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
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

Loading…
Cancel
Save