Skip to content
Snippets Groups Projects
Commit 1c442c1a authored by BEAUVAIS ANTOINE's avatar BEAUVAIS ANTOINE
Browse files

Added instructions to stop the program.

parent b4b2c2ca
Branches
1 merge request!5README changes.
......@@ -63,6 +63,17 @@ Sur Microsoft Windows, utilisez :
Quand l'application tourne, vous pouvez y accéder à travers l'adresse URL
[http://127.0.0.1:8080/](http://127.0.0.1:8080/).
Pour l'arrêter, vous devriez pouvoir utiliser le raccourci clavier CTRL+C. Sinon, lancez un autre
terminal dans le dossier du projet et exécutez :
```
./gradlew stop
```
ou, sur Microsoft Windows,
```
.`gradlew stop
```
### Appel de l'API
TODO: Ajouter la spécification OpenAPI.
......
......@@ -60,6 +60,17 @@ On Microsoft Windows, use:
When running, you can reach the application at [http://127.0.0.1:8080/](http://127.0.0.1:8080/).
To stop it, you should be able to use the CTRL+C keyboard shortcut. Otherwise, run another terminal
in the project folder and use:
```
./gradlew stop
```
or, on Microsoft Windows,
```
.`gradlew stop
```
### Calling the API
TODO: Add OpenAPI specification.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment