From 94ea3914642985f5645771fe0ce3a45e003509f6 Mon Sep 17 00:00:00 2001 From: Yves Piel Date: Mon, 25 Mar 2024 11:59:55 +0100 Subject: [PATCH] Add swagger link in the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6374436..66121de 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ And start the server: $ java -jar target/validation-server-0.0.1-SNAPSHOT.jar --server.port=9098 ``` The `--server.port` option let you define the port you want to listen to, `8080` is the default. + +Once the server is running, you can access its API swagger documentation: http://127.0.0.1:9098/swagger-ui/index.html ## Launch the server in a docker container You have to build the porject first, then create the docker image: ```shell